blob: a79ba96601fd41909beba93f4d1267c3ef7c380c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: nslint
# Version required: 2.0a3
# Date created: 27 October 1997
# Whom: dglo@ssec.wisc.edu
#
# $Id: Makefile,v 1.1.1.1 1998/01/30 06:21:49 itojun Exp $
#
DISTNAME= nslint-2.0a3
CATEGORIES= net
MASTER_SITES= ftp://ftp.ee.lbl.gov/
EXTRACT_SUFX= .tar.Z
MAINTAINER= dglo@SSEC.WISC.EDU
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --quiet
INSTALL_TARGET= install install-man
MAN8= nslint.8
.include <bsd.port.mk>
|