2003-08-11 00:29:22 +02:00
|
|
|
# New ports collection makefile for: howl
|
|
|
|
# Date created: 21 July 2003
|
|
|
|
# Whom: David Magda <dmagda+howl@ee.ryerson.ca>
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= howl
|
2005-07-03 08:24:36 +02:00
|
|
|
PORTVERSION= 1.0.0
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 1
|
2003-08-11 00:29:22 +02:00
|
|
|
CATEGORIES?= net devel
|
2004-01-16 18:12:57 +01:00
|
|
|
MASTER_SITES= http://www.porchdogsoft.com/download/
|
2003-08-11 00:29:22 +02:00
|
|
|
|
2011-04-25 21:17:00 +02:00
|
|
|
MAINTAINER= freebsd@donovansbrain.co.uk
|
2005-07-03 08:24:36 +02:00
|
|
|
COMMENT= Zeroconf/Bonjour(tm) implementation
|
2003-08-11 00:29:22 +02:00
|
|
|
|
2009-07-15 07:21:42 +02:00
|
|
|
CONFLICTS= avahi-[0-9]*
|
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2003-08-11 00:29:22 +02:00
|
|
|
USE_GMAKE= yes
|
2011-08-11 21:20:17 +02:00
|
|
|
USE_GNOME= pkgconfig
|
2009-07-15 07:21:42 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-11-18 18:41:27 +01:00
|
|
|
|
2009-07-15 07:21:42 +02:00
|
|
|
USE_RC_SUBR= mdnsresponder
|
2004-04-11 16:12:03 +02:00
|
|
|
|
2003-11-18 18:41:27 +01:00
|
|
|
PLIST_SUB= VERSION="${PORTVERSION}"
|
2005-01-02 02:07:46 +01:00
|
|
|
|
2009-07-15 07:21:42 +02:00
|
|
|
CPPFLAGS+= ${PTHREAD_CFLAGS}
|
|
|
|
LDFLAGS+= ${PTHREAD_LIBS}
|
2005-01-24 21:10:58 +01:00
|
|
|
|
2009-07-15 07:21:42 +02:00
|
|
|
MAN8= mDNSResponder.8
|
2005-01-30 05:03:36 +01:00
|
|
|
|
2004-04-15 10:45:06 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-pthread||g' ${WRKSRC}/configure
|
|
|
|
|
2005-01-30 05:03:36 +01:00
|
|
|
.include <bsd.port.mk>
|