openbsd-ports/net/nsd/Makefile

44 lines
1.1 KiB
Makefile
Raw Normal View History

2010-01-08 01:30:48 -05:00
# $OpenBSD: Makefile,v 1.52 2010/01/08 06:30:48 jakob Exp $
2002-09-13 13:09:20 -04:00
COMMENT= authoritative-only name server daemon
2002-09-13 13:09:20 -04:00
2010-01-08 01:30:48 -05:00
VERSION= 3.2.4
2002-09-13 13:09:20 -04:00
DISTNAME= nsd-${VERSION}
PKGNAME= ${DISTNAME}
2002-09-13 13:09:20 -04:00
CATEGORIES= net
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/
2010-01-08 01:30:48 -05:00
HOMEPAGE= http://www.nlnetlabs.nl/projects/nsd/
2002-09-13 13:09:20 -04:00
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
# BSD
2002-09-13 13:09:20 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c crypto
2003-01-09 06:16:11 -05:00
2003-06-16 10:50:33 -04:00
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --enable-bind8-stats \
--enable-nsid \
2005-01-31 13:25:39 -05:00
--with-ssl=/usr \
2003-06-16 10:50:33 -04:00
--with-user=named \
--with-pidfile=/var/nsd/nsd.pid \
--with-zonesdir=/var/nsd/zones \
--with-dbfile=/var/nsd/nsd.db \
--with-difffile=/var/nsd/ixfr.db \
--with-xfrdfile=/var/nsd/xfrd.state
2002-09-13 13:09:20 -04:00
2002-10-27 20:38:44 -05:00
NO_REGRESS= Yes
DOCS= README NSD-FOR-BIND-USERS
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nsd
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/nsd
cd ${WRKSRC}/doc; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/nsd
mv ${WRKINST}/${SYSCONFDIR}/nsd/nsd.conf.sample ${PREFIX}/share/examples/nsd/nsd.conf
2002-09-13 13:09:20 -04:00
.include <bsd.port.mk>