summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-08-05 02:23:03 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-08-05 02:23:03 +0800
commit93b238f12111c422c011b8ca6b3a61b41d79c985 (patch)
tree70eba7ff8b6fb6d68466291492f7e116f9dfaacf /net
parent4124ee0805d20c4b1e269a817044c70c25e74c03 (diff)
downloadmarcuscom-ports-93b238f12111c422c011b8ca6b3a61b41d79c985.tar
marcuscom-ports-93b238f12111c422c011b8ca6b3a61b41d79c985.tar.gz
marcuscom-ports-93b238f12111c422c011b8ca6b3a61b41d79c985.tar.bz2
marcuscom-ports-93b238f12111c422c011b8ca6b3a61b41d79c985.tar.lz
marcuscom-ports-93b238f12111c422c011b8ca6b3a61b41d79c985.tar.xz
marcuscom-ports-93b238f12111c422c011b8ca6b3a61b41d79c985.tar.zst
marcuscom-ports-93b238f12111c422c011b8ca6b3a61b41d79c985.zip
reorder it in abc to make it easier to read.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9346 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r--net/avahi-app/Makefile35
1 files changed, 18 insertions, 17 deletions
diff --git a/net/avahi-app/Makefile b/net/avahi-app/Makefile
index 981cd2a51..5d8c208c7 100644
--- a/net/avahi-app/Makefile
+++ b/net/avahi-app/Makefile
@@ -3,7 +3,8 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/net/avahi-app/Makefile,v 1.1 2007/07/31 18:24:11 ahze Exp $
+# $MCom: ports/net/avahi-app/Makefile,v 1.2 2007/08/04 15:51:17 mezz Exp $
+#
PORTNAME= avahi
PORTVERSION= 0.6.20
@@ -21,7 +22,7 @@ LIB_DEPENDS?= expat.6:${PORTSDIR}/textproc/expat2 \
gdbm.3:${PORTSDIR}/databases/gdbm
USE_GNOME?= gnomehack ltverhack glib20
-USE_GNOME_SUBR=yes
+USE_GNOME_SUBR= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= yes
@@ -55,11 +56,26 @@ MLINKS= avahi-browse.1 avahi-browse-domains.1 \
.include <bsd.port.pre.mk>
+.if ${AVAHI_SLAVE}=="autoipd"
+CONFIGURE_ARGS+=--enable-autoipd
+.else
+CONFIGURE_ARGS+=--disable-autoipd
+.endif
.if ${AVAHI_SLAVE}=="gtk"
CONFIGURE_ARGS+=--enable-gtk
.else
CONFIGURE_ARGS+=--disable-gtk
.endif
+.if ${AVAHI_SLAVE}=="libdns"
+CONFIGURE_ARGS+=--enable-compat-libdns_sd
+.else
+CONFIGURE_ARGS+=--disable-compat-libdns_sd
+.endif
+.if ${AVAHI_SLAVE}=="python"
+CONFIGURE_ARGS+=--enable-python
+.else
+CONFIGURE_ARGS+=--disable-python
+.endif
.if ${AVAHI_SLAVE}=="qt3"
CONFIGURE_ARGS+=--enable-qt3
.else
@@ -70,26 +86,11 @@ CONFIGURE_ARGS+=--enable-qt4
.else
CONFIGURE_ARGS+=--disable-qt4
.endif
-.if ${AVAHI_SLAVE}=="python"
-CONFIGURE_ARGS+=--enable-python
-.else
-CONFIGURE_ARGS+=--disable-python
-.endif
.if ${AVAHI_SLAVE}=="sharp"
CONFIGURE_ARGS+=--enable-mono
.else
CONFIGURE_ARGS+=--disable-mono
.endif
-.if ${AVAHI_SLAVE}=="autoipd"
-CONFIGURE_ARGS+=--enable-autoipd
-.else
-CONFIGURE_ARGS+=--disable-autoipd
-.endif
-.if ${AVAHI_SLAVE}=="libdns"
-CONFIGURE_ARGS+=--enable-compat-libdns_sd
-.else
-CONFIGURE_ARGS+=--disable-compat-libdns_sd
-.endif
post-patch: avahi-post-patch