blob: 8c7dd4cbaafc5a26b32d05e003e9510d1cd9dbdd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTREVISION= 0
CATEGORIES= net
PKGNAMESUFFIX= -qt5
MAINTAINER= gnome@FreeBSD.org
COMMENT= Qt 5 bindings to the Avahi mDNS system
LIB_DEPENDS= libavahi-common.so:net/avahi-app
MASTERDIR= ${.CURDIR}/../avahi-app
BUILD_WRKSRC= ${WRKSRC}/avahi-qt
INSTALL_WRKSRC= ${BUILD_WRKSRC}
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
AVAHI_SLAVE= qt5
USES= compiler:c++11-lang qt:5
USE_QT= core buildtools_build
AVAHI_PKGCONFIG=avahi-qt5.pc
.include "${MASTERDIR}/Makefile"
|