2002-09-09 21:38:19 +00:00
|
|
|
# New ports collection makefile for: nsd
|
|
|
|
# Date created: 08 August 2002
|
|
|
|
# Whom: alexis
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= nsd
|
2004-05-15 14:21:47 +00:00
|
|
|
PORTVERSION= 2.1.0
|
2003-09-05 04:54:37 +00:00
|
|
|
CATEGORIES= dns ipv6
|
2002-09-09 21:38:19 +00:00
|
|
|
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/
|
|
|
|
|
2004-05-27 07:51:57 +00:00
|
|
|
MAINTAINER= oli@isnic.is
|
2004-01-13 00:06:11 +00:00
|
|
|
COMMENT= An authoritative only non-recursive high performance name server
|
2002-09-09 21:38:19 +00:00
|
|
|
|
2003-08-03 00:51:14 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-user=bind \
|
|
|
|
--enable-ipv6 \
|
|
|
|
--with-configdir=${PREFIX}/etc/nsd \
|
|
|
|
--with-pidfile=/var/run/nsd.pid \
|
|
|
|
--with-dbfile=/var/db/nsd.database \
|
|
|
|
--with-namedxfer=/usr/libexec/named-xfer \
|
|
|
|
--with-libwrap
|
|
|
|
|
2004-01-01 16:38:35 +00:00
|
|
|
MAN8= nsd.8 zonec.8 nsdc.8 nsd-notify.8
|
2002-09-09 21:38:19 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/nsd.zones.sample \
|
|
|
|
${PREFIX}/etc/nsd/nsd.zones.sample
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|