aboutsummaryrefslogtreecommitdiffstats
path: root/net/nslint/Makefile
blob: 40da8bb97609e133a1c9debf30d2bab6b2635ea0 (plain) (blame)
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
# Date created:     27 October 1997
# Whom:         dglo@ssec.wisc.edu
#
# $FreeBSD$
#

PORTNAME=   nslint
PORTVERSION=    2.0.1
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>