openbsd-ports/net/nsd/Makefile

40 lines
943 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.45 2008/07/24 05:38:24 brad Exp $
2002-09-13 13:09:20 -04:00
COMMENT= authoritative-only name server daemon
2002-09-13 13:09:20 -04:00
VERSION= 3.1.1
2002-09-13 13:09:20 -04:00
DISTNAME= nsd-${VERSION}
CATEGORIES= net
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/
HOMEPAGE= http://www.nlnetlabs.nl/nsd/
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
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/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>