summaryrefslogtreecommitdiffstats
path: root/net/avahi/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-07-15 05:29:10 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-07-15 05:29:10 +0800
commitf97ad1060a280f99574331efa3481a36bd1e14c5 (patch)
treed3f5b8fc1e12a3377c0e5975c2fba5385ae61f96 /net/avahi/Makefile
parent42e35fa87ff561e3e701a9716fdb5fd12abc0657 (diff)
downloadmarcuscom-ports-f97ad1060a280f99574331efa3481a36bd1e14c5.tar
marcuscom-ports-f97ad1060a280f99574331efa3481a36bd1e14c5.tar.gz
marcuscom-ports-f97ad1060a280f99574331efa3481a36bd1e14c5.tar.bz2
marcuscom-ports-f97ad1060a280f99574331efa3481a36bd1e14c5.tar.lz
marcuscom-ports-f97ad1060a280f99574331efa3481a36bd1e14c5.tar.xz
marcuscom-ports-f97ad1060a280f99574331efa3481a36bd1e14c5.tar.zst
marcuscom-ports-f97ad1060a280f99574331efa3481a36bd1e14c5.zip
Merged into ports + removal of obsolete Qt3 port.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18627 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/avahi/Makefile')
-rw-r--r--net/avahi/Makefile60
1 files changed, 0 insertions, 60 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile
deleted file mode 100644
index 6fbc9ef2e..000000000
--- a/net/avahi/Makefile
+++ /dev/null
@@ -1,60 +0,0 @@
-# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
-# $FreeBSD: head/net/avahi/Makefile 314632 2013-03-19 10:40:22Z kwm $
-# $MCom$
-
-PORTNAME= avahi
-PORTVERSION= 0.6.31
-PORTREVISION?= 0
-CATEGORIES?= net dns
-MASTER_SITES= # empty
-DISTFILES= # empty
-EXTRACT_ONLY= # empty
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= The "meta-port" for the Avahi service discovery suite
-
-RUN_DEPENDS= avahi-resolve:${PORTSDIR}/net/avahi-app \
- avahi-app>=0.6.31:${PORTSDIR}/net/avahi-app
-
-OPTIONS_DEFINE= AUTOIPD GTK LIBDNS MONO QT3 QT4 PYTHON
-OPTIONS_DEFAULT=AUTOIPD GTK LIBDNS
-AUTOIPD_DESC= IPv4LL network address configuration daemon
-GTK_DESC= Gtk+ tools and bindings
-LIBDNS_DESC= Apple's mDNSResponder compatibility library
-QT3_DESC= Qt 3 toolkit
-
-NO_BUILD= yes
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MAUTOIPD}
-RUN_DEPENDS+= avahi-autoipd:${PORTSDIR}/net/avahi-autoipd
-.endif
-
-.if ${PORT_OPTIONS:MGTK}
-RUN_DEPENDS+= avahi-discover-standalone:${PORTSDIR}/net/avahi-gtk
-.endif
-
-.if ${PORT_OPTIONS:MLIBDNS}
-RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/avahi-compat-libdns_sd.pc:${PORTSDIR}/net/avahi-libdns
-.endif
-
-.if ${PORT_OPTIONS:MMONO}
-RUN_DEPENDS+= ${LOCALBASE}/lib/mono/avahi-sharp/avahi-sharp.dll:${PORTSDIR}/net/avahi-sharp
-.endif
-
-.if ${PORT_OPTIONS:MQT3}
-RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/avahi-qt3.pc:${PORTSDIR}/net/avahi-qt3
-.endif
-
-.if ${PORT_OPTIONS:MQT4}
-RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/avahi-qt4.pc:${PORTSDIR}/net/avahi-qt4
-.endif
-
-.if ${PORT_OPTIONS:MPYTHON}
-RUN_DEPENDS+= avahi-bookmarks:${PORTSDIR}/net/py-avahi
-.endif
-
-do-install:
-
-.include <bsd.port.mk>