openbsd-ports/net/dnsreflector/Makefile
jca 577f31b36f Update to dnsreflector-1.03, rapidly released by upstream (thanks) after
the recent struct syslog_data change.  While here: run under a dedicated
identity instead of _spamd, and add an rcscript.  ok sthen@
2014-07-16 12:36:27 +00:00

23 lines
461 B
Makefile

# $OpenBSD: Makefile,v 1.9 2014/07/16 12:36:27 jca Exp $
COMMENT= DNS queries reflector
DISTNAME= dnsreflector-1.03
CATEGORIES= net sysutils
HOMEPAGE= http://www.wolfermann.org/dnsreflector.html
MASTER_SITES= http://www.wolfermann.org/
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c
NO_TEST= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dnsreflector ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/dnsreflector.1 ${PREFIX}/man/man1
.include <bsd.port.mk>