aboutsummaryrefslogtreecommitdiffstats
path: root/dns/nslint/Makefile
blob: a8da93b87a566f12043b7cf1095b791bbde85f4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:    nslint
# Date created:     27 October 1997
# Whom:         dglo@ssec.wisc.edu
#
# $FreeBSD$
#

PORTNAME=   nslint
PORTVERSION=    2.1.a6
CATEGORIES= dns
MASTER_SITES=   ftp://ftp.ee.lbl.gov/ \
        CRITICAL
DISTNAME=   ${PORTNAME}-${PORTVERSION:S/.a/a/}

MAINTAINER= ehaupt@FreeBSD.org
COMMENT=    Perform consistency checks on DNS zone files

GNU_CONFIGURE=  yes

ALL_TARGET= ${PORTNAME}
INSTALL_TARGET= install install-man

BOOTFILE?=  /etc/namedb/named.boot
CONFFILE?=  /etc/namedb/named.conf

MAN8=       nslint.8
PLIST_FILES=    bin/nslint

post-patch:
    ${REINPLACE_CMD} -e '/^\ \{4\}V_CCOPT/d' ${WRKSRC}/configure
    ${REINPLACE_CMD} -e 's|/etc/named.boot|${BOOTFILE}|; \
        s|/etc/named.conf|${CONFFILE}|' \
            ${WRKSRC}/${PORTNAME}.c \
            ${WRKSRC}/${MAN8}

.include <bsd.port.mk>