openbsd-ports/net/pdnsd/Makefile

41 lines
1.0 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.20 2011/10/14 07:00:51 ajacoutot Exp $
COMMENT= threaded DNS daemon, optimized for caching
2011-03-02 18:30:20 -05:00
DISTNAME= pdnsd-1.2.8-par
PKGNAME= ${DISTNAME:S/-par//}
REVISION= 1
CATEGORIES= net
MASTER_SITES= ${HOMEPAGE}/releases/
HOMEPAGE= http://www.phys.uu.nl/~rombouts/pdnsd/
WRKDIST= ${WRKDIR}/${DISTNAME:S/-par//}
# GPLv3+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += c pthread
2001-11-10 10:44:57 -05:00
USE_GMAKE= yes
2011-03-02 18:30:20 -05:00
USE_GROFF= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --enable-ipv6 \
--enable-strict-rfc2181 \
--with-cachedir="/var/pdnsd" \
--with-default-id=_pdnsd \
--with-random-device=arc4random \
--with-target=BSD
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pdnsd
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/pdnsd
${INSTALL_DATA} ${WRKSRC}/doc/txt/*.txt ${PREFIX}/share/doc/pdnsd
${INSTALL_DATA} ${WRKINST}${SYSCONFDIR}/pdnsd.conf.sample \
${PREFIX}/share/examples/pdnsd/pdnsd.conf
.include <bsd.port.mk>