opnsense-ports/net/howl/Makefile
Franco Fichtner fe7579d81f */*: sync with upstream
Taken from: HardenedBSD
2017-09-28 18:22:37 +02:00

25 lines
522 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]*
USE_HARDENING= pie:off
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>