openbsd-ports/net/dnsreflector/Makefile

27 lines
561 B
Makefile
Raw Normal View History

2010-11-19 17:31:32 -05:00
# $OpenBSD: Makefile,v 1.6 2010/11/19 22:31:32 espie Exp $
COMMENT= DNS queries reflector
DISTNAME= dnsreflector-1.02
CATEGORIES= net sysutils
HOMEPAGE= http://www.wolfermann.org/dnsreflector.html
MASTER_SITES= http://www.wolfermann.org/
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-15 19:31:20 -05:00
WANTLIB= c
2010-11-19 17:31:32 -05:00
USE_GROFF = Yes
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dnsreflector ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/dnsreflector.1 ${PREFIX}/man/man1
.include <bsd.port.mk>