diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/howl/Makefile | 22 | ||||
-rw-r--r-- | net/howl/files/mdnsresponder.in (renamed from net/howl/files/mdnsresponder.sh) | 0 | ||||
-rw-r--r-- | net/howl/pkg-plist | 1 |
3 files changed, 7 insertions, 16 deletions
diff --git a/net/howl/Makefile b/net/howl/Makefile index 42862933b54c..9912619494d4 100644 --- a/net/howl/Makefile +++ b/net/howl/Makefile @@ -13,33 +13,25 @@ MASTER_SITES= http://www.porchdogsoft.com/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Zeroconf/Bonjour(tm) implementation +CONFLICTS= avahi-[0-9]* + USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_GNOME= gnometarget pkgconfig +USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_RC_SUBR= yes -CPPFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LIBS} -USE_LDCONFIG= yes -MAN8= mDNSResponder.8 +USE_RC_SUBR= mdnsresponder PLIST_SUB= VERSION="${PORTVERSION}" -RC_SCRIPTS_SUB= RC_SUBR=${RC_SUBR} PREFIX=${PREFIX} +CPPFLAGS+= ${PTHREAD_CFLAGS} +LDFLAGS+= ${PTHREAD_LIBS} CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${PTHREAD_LIBS}" -CONFLICTS= avahi-[0-9]* - -post-extract: - @${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ - ${FILESDIR}/mdnsresponder.sh > ${WRKSRC}/mdnsresponder.sh +MAN8= mDNSResponder.8 post-patch: @${REINPLACE_CMD} -e 's|-pthread||g' ${WRKSRC}/configure -post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/mdnsresponder.sh \ - ${PREFIX}/etc/rc.d/mdnsresponder.sh - .include <bsd.port.mk> diff --git a/net/howl/files/mdnsresponder.sh b/net/howl/files/mdnsresponder.in index f0ad7b25a12b..f0ad7b25a12b 100644 --- a/net/howl/files/mdnsresponder.sh +++ b/net/howl/files/mdnsresponder.in diff --git a/net/howl/pkg-plist b/net/howl/pkg-plist index 7ecf48291c0c..a68e4c405830 100644 --- a/net/howl/pkg-plist +++ b/net/howl/pkg-plist @@ -3,7 +3,6 @@ bin/mDNSPublish bin/mDNSQuery bin/mDNSResolve bin/mDNSResponder -etc/rc.d/mdnsresponder.sh include/howl/corby/buffer.h include/howl/corby/channel.h include/howl/corby/corby.h |