1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/net/nsd/Makefile
2003-02-21 13:28:59 +00:00

23 lines
472 B
Makefile

# New ports collection makefile for: nsd
# Date created: 08 August 2002
# Whom: alexis
#
# $FreeBSD$
#
PORTNAME= nsd
PORTVERSION= 1.0.2
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>