1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/net/howl/Makefile
Tijl Coosemans c60af5b21c - USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Stop using PTHREAD_CFLAGS and PTHREAD_LIBS
2014-07-14 18:41:39 +00:00

24 lines
498 B
Makefile

# Created by: David Magda <dmagda+howl@ee.ryerson.ca>
# $FreeBSD$
PORTNAME= howl
PORTVERSION= 1.0.0
PORTREVISION= 2
CATEGORIES?= net devel
MASTER_SITES= http://www.porchdogsoft.com/download/
MAINTAINER= freebsd@donovansbrain.co.uk
COMMENT= Zeroconf/Bonjour(tm) implementation
CONFLICTS= avahi-[0-9]*
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= gmake libtool pathfix pkgconfig
USE_LDCONFIG= yes
USE_RC_SUBR= mdnsresponder
PLIST_SUB= VERSION="${PORTVERSION}"
.include <bsd.port.mk>