freebsd-ports/dns/nsd/Makefile
Norikatsu Shigemura b1706ea031 Fix bugs.
PR:		ports/48421
Submitted by:	Olafur Osvaldsson <oli@isnic.is>
Approved by:	maintainer timeout (2 months)
2003-04-11 21:05:20 +00:00

24 lines
488 B
Makefile

# New ports collection makefile for: nsd
# Date created: 08 August 2002
# Whom: alexis
#
# $FreeBSD$
#
PORTNAME= nsd
PORTVERSION= 1.0.2
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/
MAINTAINER= nsd-info@nlnetlabs.nl
COMMENT= An authoratative only non-recursive high performance name server
MAN8= nsd.8 zonec.8 nsdc.8
post-install:
${INSTALL_DATA} ${WRKSRC}/nsd.zones.sample \
${PREFIX}/etc/nsd/nsd.zones.sample
.include <bsd.port.mk>