summaryrefslogtreecommitdiffstats
path: root/net/avahi-gtk/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-08-01 02:24:13 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-08-01 02:24:13 +0800
commit69e54b0a49cf6331191325610a890243709190fd (patch)
treed83cf4c62794d203bf2b3a50aa1450008418ab72 /net/avahi-gtk/Makefile
parent01dec026357305f64582afda2fbcfd750b5a3c97 (diff)
downloadmarcuscom-ports-69e54b0a49cf6331191325610a890243709190fd.tar
marcuscom-ports-69e54b0a49cf6331191325610a890243709190fd.tar.gz
marcuscom-ports-69e54b0a49cf6331191325610a890243709190fd.tar.bz2
marcuscom-ports-69e54b0a49cf6331191325610a890243709190fd.tar.lz
marcuscom-ports-69e54b0a49cf6331191325610a890243709190fd.tar.xz
marcuscom-ports-69e54b0a49cf6331191325610a890243709190fd.tar.zst
marcuscom-ports-69e54b0a49cf6331191325610a890243709190fd.zip
- Split up avahi
- Add avahi-autoipd (needs rc.d script) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9305 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/avahi-gtk/Makefile')
-rw-r--r--net/avahi-gtk/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/net/avahi-gtk/Makefile b/net/avahi-gtk/Makefile
new file mode 100644
index 000000000..c228f0480
--- /dev/null
+++ b/net/avahi-gtk/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: avahi-gtk
+# Date created: 31 July 2007
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+
+PORTREVISION= 0
+CATEGORIES= net
+PKGNAMESUFFIX= -gtk
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Gtk+ tools and bindings to the Avahi mDNS system
+
+LIB_DEPENDS= avahi-common.3:${PORTSDIR}/net/avahi
+
+MASTERDIR= ${.CURDIR}/../avahi-app
+BUILD_WRKSRC= ${WRKSRC}/avahi-ui ${WRKSRC}/avahi-discover-standalone
+INSTALL_WRKSRC= ${BUILD_WRKSRC}
+DESCR= ${.CURDIR}/pkg-descr
+PLIST= ${.CURDIR}/pkg-plist
+
+AVAHI_SLAVE= gtk
+AVAHI_PKGCONFIG=avahi-ui.pc
+
+MAN1+= bssh.1
+MLINKS+= bssh.1 bvnc.1
+USE_GNOME= gnomehack gnometarget ltverhack libglade2
+
+.include "${MASTERDIR}/Makefile"