diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
commit | 4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch) | |
tree | bc16420eb52d65511ceb520c00171d219210a473 /net/avahi-qt3 | |
parent | 97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff) |
Notes
Diffstat (limited to 'net/avahi-qt3')
-rw-r--r-- | net/avahi-qt3/Makefile | 28 |
1 files changed, 4 insertions, 24 deletions
diff --git a/net/avahi-qt3/Makefile b/net/avahi-qt3/Makefile index 45e0bf2904b1..5c9e18ca6bd6 100644 --- a/net/avahi-qt3/Makefile +++ b/net/avahi-qt3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# +# $MCom: ports/net/avahi-qt3/Makefile,v 1.1 2007/07/31 18:24:12 ahze Exp $ PORTREVISION= 0 CATEGORIES= net @@ -14,35 +14,15 @@ COMMENT= Qt 3 bindings to the Avahi mDNS system LIB_DEPENDS= avahi-common.3:${PORTSDIR}/net/avahi -MASTERDIR= ${.CURDIR}/../avahi +MASTERDIR= ${.CURDIR}/../avahi-app BUILD_WRKSRC= ${WRKSRC}/avahi-qt INSTALL_WRKSRC= ${BUILD_WRKSRC} DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist -AVAHI_SLAVE= yes - +AVAHI_SLAVE= qt3 USE_GNOME= gnomehack gnometarget ltverhack USE_QT_VER= 3 -CONFIGURE_ARGS= --disable-python \ - --disable-mono \ - --disable-monodoc \ - --disable-gtk \ - --enable-qt3 \ - --disable-qt4 \ - --localstatedir=/var \ - --disable-doxygen-docs \ - --disable-xml-docs \ - --disable-doxygen-dot \ - --with-dbus-system-address=unix:path=/var/run/dbus/system_bus_socket \ - --with-distro=freebsd - -post-build: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} \ - ${MAKE_FLAGS} Makefile ${MAKE_ARGS} avahi-qt3.pc - -post-install: - ${MKDIR} ${PREFIX}/libdata/pkgconfig - ${INSTALL_DATA} ${WRKSRC}/avahi-qt3.pc ${PREFIX}/libdata/pkgconfig +AVAHI_PKGCONFIG= avahi-qt3.pc .include "${MASTERDIR}/Makefile" |