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-01-24 21:10:58 +01:00
|
|
|
PORTVERSION= 0.9.8
|
2005-01-24 23:28:37 +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
|
|
|
|
2003-08-24 08:34:06 +02:00
|
|
|
MAINTAINER= paul@aps.org
|
|
|
|
COMMENT= Zeroconf/Rendezvous implementation
|
2003-08-11 00:29:22 +02:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2004-08-17 22:22:24 +02:00
|
|
|
USE_GNOME= gnometarget pkgconfig
|
|
|
|
USE_LIBTOOL_VER=15
|
2005-01-24 21:10:58 +01:00
|
|
|
CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
|
|
|
|
CPPFLAGS+= ${PTHREAD_CFLAGS}
|
2004-04-15 10:45:06 +02:00
|
|
|
USE_REINPLACE= yes
|
2003-11-18 18:41:27 +01:00
|
|
|
|
2004-05-31 14:15:55 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2004-04-11 16:12:03 +02:00
|
|
|
MAN8= mDNSResponder.8
|
|
|
|
|
2003-11-18 18:41:27 +01:00
|
|
|
PLIST_SUB= VERSION="${PORTVERSION}"
|
2003-08-11 00:29:22 +02:00
|
|
|
|
2005-01-02 02:07:46 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2005-01-24 21:10:58 +01:00
|
|
|
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
|
|
|
|
CPPFLAGS+= -D_LP64
|
2005-01-02 02:07:46 +01:00
|
|
|
.endif
|
|
|
|
|
2005-01-24 21:10:58 +01:00
|
|
|
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
|
|
|
|
|
2004-04-15 10:45:06 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-pthread||g' ${WRKSRC}/configure
|
|
|
|
|
2005-01-02 02:07:46 +01:00
|
|
|
.include <bsd.port.post.mk>
|