freebsd-ports/net/howl/Makefile

37 lines
712 B
Makefile
Raw Normal View History

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