ddae4e92d8
Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
21 lines
481 B
Makefile
21 lines
481 B
Makefile
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"
|