mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
3fc75d2445
where the portname does not match the projects hostname. PR: ports/121453 (related) Submitted by: Edwin Groothuis <edwin@mavetju.org> Reviewed by: pav@
36 lines
750 B
Makefile
36 lines
750 B
Makefile
# New ports collection makefile for: dnswall
|
|
# Date created: 28 Jan 2008
|
|
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dnswall
|
|
PORTVERSION= 0.1.4
|
|
CATEGORIES= dns security
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
|
|
http://critical.ch/distfiles/ \
|
|
http://energy.critical.ch/distfiles/
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= A daemon that filters out private IP addresses in DNS responses
|
|
|
|
PROJECTHOST= google-dnswall
|
|
USE_AUTOTOOLS= automake:110
|
|
USE_DOS2UNIX= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
AUTOFILES= depcomp install-sh missing
|
|
|
|
PORTDOCS= README
|
|
PLIST_FILES= bin/dnswall
|
|
|
|
pre-configure:
|
|
.for f in ${AUTOFILES}
|
|
@${RM} ${WRKSRC}/${f}
|
|
@${LN} ${AUTOMAKE_DIR}/${f} ${WRKSRC}/${f}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|