445d156c6a
PR: 26758 Submitted by: maintainer
21 lines
358 B
Makefile
21 lines
358 B
Makefile
# New ports collection makefile for: nslint
|
|
# Date created: 27 October 1997
|
|
# Whom: dglo@ssec.wisc.edu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nslint
|
|
PORTVERSION= 2.0.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.ee.lbl.gov/
|
|
|
|
MAINTAINER= petef@databits.net
|
|
|
|
GNU_CONFIGURE= yes
|
|
ALL_TARGET= nslint
|
|
INSTALL_TARGET= install install-man
|
|
MAN8= nslint.8
|
|
|
|
.include <bsd.port.mk>
|