aboutsummaryrefslogtreecommitdiffstats
path: root/net/nsd/Makefile
blob: 9c01aa99928147e747d4a510b427e121fe0e063f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>