Update devel/devhelp to version 3.14.0
[dports.git] / net / avahi / Makefile
1 # Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
2 # $FreeBSD$
3 #   $MCom: ports/net/avahi/Makefile,v 1.30 2011/03/13 17:23:19 kwm Exp $
4
5 PORTNAME=       avahi
6 PORTVERSION=    0.6.31
7 PORTREVISION?=  0
8 CATEGORIES?=    net dns
9 MASTER_SITES=   # empty
10 DISTFILES=      # empty
11 EXTRACT_ONLY=   # empty
12
13 MAINTAINER=     gnome@FreeBSD.org
14 COMMENT=        "meta-port" for the Avahi service discovery suite
15
16 RUN_DEPENDS=    avahi-resolve:${PORTSDIR}/net/avahi-app \
17                 avahi-app>=0.6.31:${PORTSDIR}/net/avahi-app
18
19 OPTIONS_DEFINE= AUTOIPD GTK LIBDNS MONO QT4 PYTHON
20 OPTIONS_DEFAULT=AUTOIPD GTK LIBDNS
21 AUTOIPD_DESC=   IPv4LL network address configuration daemon
22 GTK_DESC=       Gtk+ tools and bindings
23 LIBDNS_DESC=    Apple's mDNSResponder compatibility library
24
25 NO_BUILD=       yes
26 NO_INSTALL=     yes
27 NO_MTREE=       yes
28
29 .include <bsd.port.options.mk>
30
31 .if ${PORT_OPTIONS:MAUTOIPD}
32 RUN_DEPENDS+=   avahi-autoipd:${PORTSDIR}/net/avahi-autoipd
33 .endif
34
35 .if ${PORT_OPTIONS:MGTK}
36 RUN_DEPENDS+=   avahi-discover-standalone:${PORTSDIR}/net/avahi-gtk
37 .endif
38
39 .if ${PORT_OPTIONS:MLIBDNS}
40 RUN_DEPENDS+=   ${LOCALBASE}/libdata/pkgconfig/avahi-compat-libdns_sd.pc:${PORTSDIR}/net/avahi-libdns
41 .endif
42
43 .if ${PORT_OPTIONS:MMONO}
44 RUN_DEPENDS+=   ${LOCALBASE}/lib/mono/avahi-sharp/avahi-sharp.dll:${PORTSDIR}/net/avahi-sharp
45 .endif
46
47 .if ${PORT_OPTIONS:MQT4}
48 RUN_DEPENDS+=   ${LOCALBASE}/libdata/pkgconfig/avahi-qt4.pc:${PORTSDIR}/net/avahi-qt4
49 .endif
50
51 .if ${PORT_OPTIONS:MPYTHON}
52 RUN_DEPENDS+=   avahi-bookmarks:${PORTSDIR}/net/py-avahi
53 .endif
54
55 .include <bsd.port.mk>