summaryrefslogtreecommitdiffstats
path: root/net/avahi-qt3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/avahi-qt3/Makefile')
-rw-r--r--net/avahi-qt3/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/net/avahi-qt3/Makefile b/net/avahi-qt3/Makefile
new file mode 100644
index 000000000..1066da236
--- /dev/null
+++ b/net/avahi-qt3/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: avahi-qt3
+# Date created: 12 April 2007
+# 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
+PKGNAMESUFFIX= -qt3
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Qt 3 bindings to the Avahi mDNS system
+
+LIB_DEPENDS= avahi-common.3:${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= qt3
+USE_GNOME= gnomehack ltverhack intltool
+USE_QT_VER= 3
+AVAHI_PKGCONFIG= avahi-qt3.pc
+
+.include "${MASTERDIR}/Makefile"