diff options
Diffstat (limited to 'net/nsd/Makefile')
-rw-r--r-- | net/nsd/Makefile | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/net/nsd/Makefile b/net/nsd/Makefile index 16db84d26fa7..67f74a5f628b 100644 --- a/net/nsd/Makefile +++ b/net/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: |