2005-11-19 04:34:52 +00:00
|
|
|
# New ports collection makefile for: avahi
|
|
|
|
# Date created: 18 November 2005
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $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 $
|
2007-10-24 23:37:25 +00:00
|
|
|
#
|
2005-11-19 04:34:52 +00:00
|
|
|
|
|
|
|
PORTNAME= avahi
|
2011-03-14 16:05:37 +00:00
|
|
|
PORTVERSION= 0.6.29
|
2008-07-03 21:53:55 +00:00
|
|
|
PORTREVISION?= 0
|
2006-04-30 00:47:21 +00:00
|
|
|
CATEGORIES?= net dns
|
2007-10-24 23:37:25 +00:00
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
|
|
|
EXTRACT_ONLY= # empty
|
2005-11-19 04:34:52 +00:00
|
|
|
|
2007-10-24 23:37:25 +00:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= The "meta-port" for the Avahi service discovery suite
|
2005-11-19 04:34:52 +00:00
|
|
|
|
2007-10-24 23:37:25 +00:00
|
|
|
RUN_DEPENDS= avahi-resolve:${PORTSDIR}/net/avahi-app \
|
|
|
|
avahi-app>=0.6.20_2:${PORTSDIR}/net/avahi-app
|
2005-11-19 04:34:52 +00:00
|
|
|
|
2007-10-24 23:37:25 +00:00
|
|
|
OPTIONS= AUTOIPD "IPv4LL network address configuration daemon" off \
|
|
|
|
GTK "Gtk+ tools and bindings" off \
|
2007-10-26 20:02:49 +00:00
|
|
|
LIBDNS "Apple's mDNSResponder compatibility library" off \
|
2007-10-24 23:37:25 +00:00
|
|
|
MONO "Mono bindings" off \
|
|
|
|
QT3 "Qt 3 bindings" off \
|
2007-10-26 20:02:49 +00:00
|
|
|
QT4 "Qt 4 bindings" off \
|
2007-10-24 23:37:25 +00:00
|
|
|
PYTHON "Python bindings and tools" off
|
2005-11-19 04:34:52 +00:00
|
|
|
|
2007-10-24 23:37:25 +00:00
|
|
|
NO_BUILD= yes
|
2005-11-19 04:34:52 +00:00
|
|
|
|
2007-10-24 23:37:25 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
2007-05-03 02:26:27 +00:00
|
|
|
|
2007-10-24 23:37:25 +00:00
|
|
|
.if defined(WITH_AUTOIPD)
|
|
|
|
RUN_DEPENDS+= avahi-autoipd:${PORTSDIR}/net/avahi-autoipd
|
2006-02-19 07:04:48 +00:00
|
|
|
.endif
|
2005-11-19 17:38:17 +00:00
|
|
|
|
2007-10-24 23:37:25 +00:00
|
|
|
.if defined(WITH_GTK)
|
|
|
|
RUN_DEPENDS+= avahi-discover-standalone:${PORTSDIR}/net/avahi-gtk
|
|
|
|
.endif
|
2005-11-19 17:38:17 +00:00
|
|
|
|
2006-06-10 19:14:04 +00:00
|
|
|
.if defined(WITH_LIBDNS)
|
2007-10-24 23:37:25 +00:00
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/avahi-compat-libdns_sd.pc:${PORTSDIR}/net/avahi-libdns
|
2006-06-10 19:14:04 +00:00
|
|
|
.endif
|
|
|
|
|
2007-10-24 23:37:25 +00:00
|
|
|
.if defined(WITH_MONO)
|
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/lib/mono/avahi-sharp/avahi-sharp.dll:${PORTSDIR}/net/avahi-sharp
|
2005-11-19 17:38:17 +00:00
|
|
|
.endif
|
|
|
|
|
2007-10-24 23:37:25 +00:00
|
|
|
.if defined(WITH_QT3)
|
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/avahi-qt3.pc:${PORTSDIR}/net/avahi-qt3
|
|
|
|
.endif
|
2006-05-06 10:09:07 +00:00
|
|
|
|
2007-10-26 20:02:49 +00:00
|
|
|
.if defined(WITH_QT4)
|
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/avahi-qt4.pc:${PORTSDIR}/net/avahi-qt4
|
|
|
|
.endif
|
2005-11-19 04:34:52 +00:00
|
|
|
|
2007-10-24 23:37:25 +00:00
|
|
|
.if defined(WITH_PYTHON)
|
|
|
|
RUN_DEPENDS+= avahi-bookmarks:${PORTSDIR}/net/py-avahi
|
2006-02-19 07:04:48 +00:00
|
|
|
.endif
|
|
|
|
|
2007-10-24 23:37:25 +00:00
|
|
|
do-install:
|
|
|
|
|
2005-11-19 17:38:17 +00:00
|
|
|
.include <bsd.port.post.mk>
|