aboutsummaryrefslogtreecommitdiffstats
path: root/net/nslint/Makefile
blob: 3660ad94b0a61f7dd40cc15cb9c6f16b96c3e6a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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@FreeBSD.org

GNU_CONFIGURE=  yes
ALL_TARGET= nslint
INSTALL_TARGET= install install-man
MAN8=       nslint.8

.include <bsd.port.mk>