2013-03-19 10:40:22 +00:00
|
|
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
2005-11-19 04:34:52 +00:00
|
|
|
# $FreeBSD$
|
2011-03-14 16:05:37 +00:00
|
|
|
# $MCom: ports/net/avahi/Makefile,v 1.30 2011/03/13 17:23:19 kwm Exp $
|
2005-11-19 04:34:52 +00:00
|
|
|
|
|
|
|
PORTNAME= avahi
|
2013-07-14 21:17:21 +00:00
|
|
|
PORTVERSION= 0.6.31
|
2015-01-04 22:08:54 +00:00
|
|
|
PORTREVISION?= 1
|
2006-04-30 00:47:21 +00:00
|
|
|
CATEGORIES?= net dns
|
2005-11-19 04:34:52 +00:00
|
|
|
|
2007-10-24 23:37:25 +00:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2013-12-14 16:25:21 +00:00
|
|
|
COMMENT= "meta-port" for the Avahi service discovery suite
|
2005-11-19 04:34:52 +00:00
|
|
|
|
2016-04-01 14:16:16 +00:00
|
|
|
RUN_DEPENDS= avahi-app>=0.6.31:net/avahi-app
|
2005-11-19 04:34:52 +00:00
|
|
|
|
2015-07-14 13:30:18 +00:00
|
|
|
USES= metaport
|
|
|
|
|
2015-01-04 22:08:54 +00:00
|
|
|
OPTIONS_DEFINE= AUTOIPD GTK MONO QT4 PYTHON
|
|
|
|
OPTIONS_DEFAULT=AUTOIPD GTK
|
2013-03-19 10:40:22 +00:00
|
|
|
AUTOIPD_DESC= IPv4LL network address configuration daemon
|
|
|
|
GTK_DESC= Gtk+ tools and bindings
|
|
|
|
LIBDNS_DESC= Apple's mDNSResponder compatibility library
|
2005-11-19 04:34:52 +00:00
|
|
|
|
2016-04-01 14:16:16 +00:00
|
|
|
AUTOIPD_RUN_DEPENDS= avahi-autoipd:net/avahi-autoipd
|
|
|
|
GTK_RUN_DEPENDS= avahi-discover-standalone:net/avahi-gtk
|
|
|
|
#LIBDNS_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/avahi-compat-libdns_sd.pc:net/avahi-libdns
|
|
|
|
MONO_RUN_DEPENDS= ${LOCALBASE}/lib/mono/avahi-sharp/avahi-sharp.dll:net/avahi-sharp
|
|
|
|
QT4_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/avahi-qt4.pc:net/avahi-qt4
|
|
|
|
PYTHON_RUN_DEPENDS= avahi-bookmarks:net/py-avahi
|
2006-02-19 07:04:48 +00:00
|
|
|
|
2013-03-19 10:40:22 +00:00
|
|
|
.include <bsd.port.mk>
|