1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/dns/nsd/Makefile
Pav Lucistnik 2593bec07c - Update to 1.2.3
PR:		ports/60784
Submitted by:	Vincent Tantardini <vinc@0x45.org>
2004-01-01 16:38:35 +00:00

32 lines
735 B
Makefile

# New ports collection makefile for: nsd
# Date created: 08 August 2002
# Whom: alexis
#
# $FreeBSD$
#
PORTNAME= nsd
PORTVERSION= 1.2.3
CATEGORIES= dns ipv6
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/
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 nsd-notify.8
post-install:
${INSTALL_DATA} ${WRKSRC}/nsd.zones.sample \
${PREFIX}/etc/nsd/nsd.zones.sample
.include <bsd.port.mk>