Lines 6-14
Link Here
|
6 |
PORTVERSION= 0.6.31 |
6 |
PORTVERSION= 0.6.31 |
7 |
PORTREVISION?= 1 |
7 |
PORTREVISION?= 1 |
8 |
CATEGORIES?= net dns |
8 |
CATEGORIES?= net dns |
9 |
MASTER_SITES= # empty |
|
|
10 |
DISTFILES= # empty |
11 |
EXTRACT_ONLY= # empty |
12 |
|
9 |
|
13 |
MAINTAINER= gnome@FreeBSD.org |
10 |
MAINTAINER= gnome@FreeBSD.org |
14 |
COMMENT= "meta-port" for the Avahi service discovery suite |
11 |
COMMENT= "meta-port" for the Avahi service discovery suite |
Lines 15-54
Link Here
|
15 |
|
12 |
|
16 |
RUN_DEPENDS= avahi-app>=0.6.31:${PORTSDIR}/net/avahi-app |
13 |
RUN_DEPENDS= avahi-app>=0.6.31:${PORTSDIR}/net/avahi-app |
17 |
|
14 |
|
|
|
15 |
USES= metaport |
16 |
|
18 |
OPTIONS_DEFINE= AUTOIPD GTK MONO QT4 PYTHON |
17 |
OPTIONS_DEFINE= AUTOIPD GTK MONO QT4 PYTHON |
19 |
OPTIONS_DEFAULT=AUTOIPD GTK |
18 |
OPTIONS_DEFAULT=AUTOIPD GTK |
20 |
AUTOIPD_DESC= IPv4LL network address configuration daemon |
19 |
AUTOIPD_DESC= IPv4LL network address configuration daemon |
21 |
GTK_DESC= Gtk+ tools and bindings |
20 |
GTK_DESC= Gtk+ tools and bindings |
22 |
LIBDNS_DESC= Apple's mDNSResponder compatibility library |
21 |
#LIBDNS_DESC= Apple's mDNSResponder compatibility library |
23 |
|
22 |
|
24 |
NO_BUILD= yes |
23 |
AUTOIPD_RUN_DEPENDS= avahi-autoipd:${PORTSDIR}/net/avahi-autoipd |
25 |
NO_INSTALL= yes |
24 |
GTK_RUN_DEPENDS= avahi-discover-standalone:${PORTSDIR}/net/avahi-gtk |
26 |
NO_MTREE= yes |
25 |
#LIBDNS_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/avahi-compat-libdns_sd.pc:${PORTSDIR}/net/avahi-libdns |
|
|
26 |
MONO_RUN_DEPENDS= ${LOCALBASE}/lib/mono/avahi-sharp/avahi-sharp.dll:${PORTSDIR}/net/avahi-sharp |
27 |
QT4_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/avahi-qt4.pc:${PORTSDIR}/net/avahi-qt4 |
28 |
PYTHON_RUN_DEPENDS= avahi-bookmarks:${PORTSDIR}/net/py-avahi |
27 |
|
29 |
|
28 |
.include <bsd.port.options.mk> |
|
|
29 |
|
30 |
.if ${PORT_OPTIONS:MAUTOIPD} |
31 |
RUN_DEPENDS+= avahi-autoipd:${PORTSDIR}/net/avahi-autoipd |
32 |
.endif |
33 |
|
34 |
.if ${PORT_OPTIONS:MGTK} |
35 |
RUN_DEPENDS+= avahi-discover-standalone:${PORTSDIR}/net/avahi-gtk |
36 |
.endif |
37 |
|
38 |
#.if ${PORT_OPTIONS:MLIBDNS} |
39 |
#RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/avahi-compat-libdns_sd.pc:${PORTSDIR}/net/avahi-libdns |
40 |
#.endif |
41 |
|
42 |
.if ${PORT_OPTIONS:MMONO} |
43 |
RUN_DEPENDS+= ${LOCALBASE}/lib/mono/avahi-sharp/avahi-sharp.dll:${PORTSDIR}/net/avahi-sharp |
44 |
.endif |
45 |
|
46 |
.if ${PORT_OPTIONS:MQT4} |
47 |
RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/avahi-qt4.pc:${PORTSDIR}/net/avahi-qt4 |
48 |
.endif |
49 |
|
50 |
.if ${PORT_OPTIONS:MPYTHON} |
51 |
RUN_DEPENDS+= avahi-bookmarks:${PORTSDIR}/net/py-avahi |
52 |
.endif |
53 |
|
54 |
.include <bsd.port.mk> |
30 |
.include <bsd.port.mk> |