2003-08-10 22:29:22 +00:00
|
|
|
# New ports collection makefile for: howl
|
|
|
|
# Date created: 21 July 2003
|
|
|
|
# Whom: David Magda <dmagda+howl@ee.ryerson.ca>
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= howl
|
2004-06-24 00:08:35 +00:00
|
|
|
PORTVERSION= 0.9.5
|
2003-08-10 22:29:22 +00:00
|
|
|
CATEGORIES?= net devel
|
2004-01-16 17:12:57 +00:00
|
|
|
MASTER_SITES= http://www.porchdogsoft.com/download/
|
2003-08-10 22:29:22 +00:00
|
|
|
|
2003-08-24 06:34:06 +00:00
|
|
|
MAINTAINER= paul@aps.org
|
|
|
|
COMMENT= Zeroconf/Rendezvous implementation
|
2003-08-10 22:29:22 +00:00
|
|
|
|
2003-11-18 17:41:27 +00:00
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
|
2003-08-10 22:29:22 +00:00
|
|
|
USE_GMAKE= yes
|
2004-06-24 00:08:35 +00:00
|
|
|
USE_GNOME= lthack gnometarget pkgconfig
|
2004-03-14 06:17:56 +00:00
|
|
|
USE_LIBTOOL_VER=13
|
2004-04-15 08:45:06 +00:00
|
|
|
CONFIGURE_ENV+= CFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
|
|
|
|
USE_REINPLACE= yes
|
2003-11-18 17:41:27 +00:00
|
|
|
|
2004-05-31 12:15:55 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2004-04-11 14:12:03 +00:00
|
|
|
MAN8= mDNSResponder.8
|
|
|
|
|
2003-11-18 17:41:27 +00:00
|
|
|
PLIST_SUB= VERSION="${PORTVERSION}"
|
2003-08-10 22:29:22 +00:00
|
|
|
|
2004-04-15 08:45:06 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-pthread||g' ${WRKSRC}/configure
|
|
|
|
|
2003-08-10 22:29:22 +00:00
|
|
|
.include <bsd.port.mk>
|