1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/net/howl/Makefile
Greg Larkin ea5c0eebde - Assign maintainership to submitter
PR:		ports/156635
Submitted by:	Paul Donovan <freebsd@donovansbrain.co.uk>
2011-04-25 19:17:00 +00:00

38 lines
789 B
Makefile

# 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
CONFLICTS= avahi-[0-9]*
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
USE_GNOME= gnometarget pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_RC_SUBR= mdnsresponder
PLIST_SUB= VERSION="${PORTVERSION}"
CPPFLAGS+= ${PTHREAD_CFLAGS}
LDFLAGS+= ${PTHREAD_LIBS}
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
MAN8= mDNSResponder.8
post-patch:
@${REINPLACE_CMD} -e 's|-pthread||g' ${WRKSRC}/configure
.include <bsd.port.mk>