freebsd-ports/net/nslint/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

23 lines
457 B
Makefile

# New ports collection makefile for: nslint
# Date created: 27 October 1997
# Whom: dglo@ssec.wisc.edu
#
# $FreeBSD$
#
PORTNAME= nslint
PORTVERSION= 2.1.a3
CATEGORIES= net
MASTER_SITES= ftp://ftp.ee.lbl.gov/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a/a/}
MAINTAINER= petef@FreeBSD.org
COMMENT= Perform consistency checks on DNS zone files
GNU_CONFIGURE= yes
ALL_TARGET= nslint
INSTALL_TARGET= install install-man
MAN8= nslint.8
.include <bsd.port.mk>