1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/ports-mgmt/portlint/Makefile
Jun-ichiro itojun Hagino f414a317d4 being tired of maintaining portlint only by myself, I decided to
put the source code for "portlint" into FreeBSD port tree.  The
imported revision is 1.65 (in my local RCS file).  (pseudo) version
number for the port is now 2.0.

Whoever make changes to bsd.port.mk is advised to update portlint.pl
too :-)

Note that portlint.pl MUST be portable enough to handle (Net|Open|Free)BSD
bsd.port.mk.  There are people using portlint.pl on non-FreeBSD
platforms.
1999-01-05 12:23:28 +00:00

30 lines
582 B
Makefile

# New ports collection makefile for: portlint
# Version required: (self contained)
# Date created: 13 Jun 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id: Makefile,v 1.20 1998/06/27 05:18:50 asami Exp $
#
DISTNAME= portlint-2.0
CATEGORIES= devel
MAINTAINER= itojun@itojun.org
NO_WRKDIR= yes
NO_EXTRACT= yes
NO_BUILD= yes
SRCDIR= ${.CURDIR}/src
MAN1= portlint.1
do-fetch:
@${DO_NADA}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/portlint.pl ${PREFIX}/bin/portlint
${INSTALL_MAN} ${WRKSRC}/portlint.1 ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>