summaryrefslogtreecommitdiff
path: root/dns/nslint/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/nslint/Makefile')
-rw-r--r--dns/nslint/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/dns/nslint/Makefile b/dns/nslint/Makefile
new file mode 100644
index 000000000000..1c546925586f
--- /dev/null
+++ b/dns/nslint/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: nslint
+# Version required: 2.0a2
+# Date created: 27 October 1997
+# Whom: dglo@ssec.wisc.edu
+#
+# $Id$
+#
+
+DISTNAME= nslint-2.0a2
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.ee.lbl.gov/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= dglo@SSEC.WISC.EDU
+
+# WRKSRC= ${WRKDIR}/nslint-2.0a2
+
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= --quiet
+INSTALL_TARGET= install install-man
+MAN8= nslint.8
+
+.include <bsd.port.mk>