1998-01-30 07:21:50 +01:00
|
|
|
# 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$
|
1998-01-30 07:21:50 +01:00
|
|
|
#
|
|
|
|
|
2000-04-09 20:14:07 +02:00
|
|
|
PORTNAME= nslint
|
2001-12-08 00:06:59 +01:00
|
|
|
PORTVERSION= 2.1.a3
|
1998-01-30 07:21:50 +01:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ftp://ftp.ee.lbl.gov/
|
2001-11-20 23:53:45 +01:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a/a/}
|
1998-01-30 07:21:50 +01:00
|
|
|
|
2001-08-23 01:07:23 +02:00
|
|
|
MAINTAINER= petef@FreeBSD.org
|
1998-01-30 07:21:50 +01:00
|
|
|
|
2001-04-22 00:17:00 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2001-02-22 10:03:43 +01:00
|
|
|
ALL_TARGET= nslint
|
1998-01-30 07:21:50 +01:00
|
|
|
INSTALL_TARGET= install install-man
|
|
|
|
MAN8= nslint.8
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|