opnsense-ports/net/howl/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

23 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>