freebsd-ports/dns/nslint/Makefile

22 lines
403 B
Makefile
Raw Normal View History

# New ports collection makefile for: nslint
# Date created: 27 October 1997
# Whom: dglo@ssec.wisc.edu
#
1999-08-30 16:24:37 +02:00
# $FreeBSD$
#
PORTNAME= nslint
2001-12-08 00:06:59 +01:00
PORTVERSION= 2.1.a3
CATEGORIES= net
MASTER_SITES= ftp://ftp.ee.lbl.gov/
2001-11-20 23:53:45 +01:00
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a/a/}
MAINTAINER= petef@FreeBSD.org
GNU_CONFIGURE= yes
ALL_TARGET= nslint
INSTALL_TARGET= install install-man
MAN8= nslint.8
.include <bsd.port.mk>