1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/nslint/Makefile
Peter Pentchev 401695d3cb Update to 2.0.2a2, change maintainer.
Replace a patch with an ALL_TARGET line in the port Makefile.

PR:		24840
Submitted by:	Pete Fritchman <petef@databits.net> - new maintainer
2001-02-22 09:03:43 +00:00

22 lines
429 B
Makefile

# New ports collection makefile for: nslint
# Date created: 27 October 1997
# Whom: dglo@ssec.wisc.edu
#
# $FreeBSD$
#
PORTNAME= nslint
PORTVERSION= 2.0.2a2
CATEGORIES= net
MASTER_SITES= ftp://ftp.ee.lbl.gov/
MAINTAINER= petef@databits.net
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --quiet --mandir=${MANPREFIX}/man --prefix=${PREFIX}
ALL_TARGET= nslint
INSTALL_TARGET= install install-man
MAN8= nslint.8
.include <bsd.port.mk>