mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
054ac7ea50
Unbreak py-avahi and allow avahi-gtk3 to build with gtk+ 3.10.
24 lines
519 B
Makefile
24 lines
519 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= net
|
|
PKGNAMESUFFIX= -qt4
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Qt 4 bindings to the Avahi mDNS system
|
|
|
|
LIB_DEPENDS= libavahi-common.so:${PORTSDIR}/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= qt4
|
|
USE_QT4= corelib moc_build
|
|
AVAHI_PKGCONFIG= avahi-qt4.pc
|
|
|
|
.include "${MASTERDIR}/Makefile"
|