freebsd-ports/dns/dnswall/Makefile
Tijl Coosemans e9ff3bcfff - Move PROJECTHOST up (portlint)
- Convert to USES=autoreconf
- Remove DOCS option patching.  Not needed with staging.
2014-10-05 13:24:58 +00:00

23 lines
473 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= dnswall
PORTVERSION= 0.1.4
PORTREVISION= 1
CATEGORIES= dns security
MASTER_SITES= GOOGLE_CODE CRITICAL
PROJECTHOST= google-dnswall
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Daemon that filters out private IP addresses in DNS responses
GNU_CONFIGURE= yes
USES= autoreconf dos2unix
WRKSRC= ${WRKDIR}/${PORTNAME}
PORTDOCS= README
PLIST_FILES= bin/dnswall
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>