summaryrefslogtreecommitdiff
path: root/dns/nsd/Makefile
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-08-03 00:51:14 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-08-03 00:51:14 +0000
commite94fb038bc12e4182a57b65a0f6c182a19197c8b (patch)
tree235a73bac719ed71dc45a8c1b4ac9e448230005d /dns/nsd/Makefile
parentReset bouncing maintainer address (diff)
* Update to 1.2.2
PR: 54474 Submitted by: Nick Hilliard <nick@foobar.org> * Reset MAINTAINER address that does not point to the FreeBSD port maintainer.
Notes
Notes: svn path=/head/; revision=86206
Diffstat (limited to 'dns/nsd/Makefile')
-rw-r--r--dns/nsd/Makefile16
1 files changed, 12 insertions, 4 deletions
diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile
index 16db84d26fa7..67f74a5f628b 100644
--- a/dns/nsd/Makefile
+++ b/dns/nsd/Makefile
@@ -6,14 +6,22 @@
#
PORTNAME= nsd
-PORTVERSION= 1.0.2
-PORTREVISION= 1
-CATEGORIES= net
+PORTVERSION= 1.2.2
+CATEGORIES= net ipv6
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/
-MAINTAINER= nsd-info@nlnetlabs.nl
+MAINTAINER= ports@FreeBSD.org
COMMENT= An authoratative only non-recursive high performance name server
+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
+
MAN8= nsd.8 zonec.8 nsdc.8
post-install: