summaryrefslogtreecommitdiff
path: root/dns/nslint/Makefile
blob: 37ad53c26da9d4429c59ab88b770f18c7f2fed6c (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
# New ports collection makefile for:	nslint
# Date created:		27 October 1997
# Whom:			dglo@ssec.wisc.edu
#
# $FreeBSD$
#

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

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

GNU_CONFIGURE=	yes
ALL_TARGET=	nslint
INSTALL_TARGET=	install install-man
MAN8=		nslint.8
PLIST_FILES=	bin/nslint

.include <bsd.port.mk>