1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/ports-mgmt/portlint/Makefile

34 lines
595 B
Makefile
Raw Normal View History

# New ports collection makefile for: portlint
# Date created: 13 Jun 1997
# Whom: Jun-ichiro itojun Hagino <itojun@itojun.org>
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
# This port is self contained in the src directory.
#
2000-04-11 21:30:15 +00:00
PORTNAME= portlint
PORTVERSION= 2.2.2
CATEGORIES= devel
MASTER_SITES= # none
DISTFILES= # none
2000-02-04 23:20:19 +00:00
MAINTAINER= mharo@FreeBSD.org
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_PERL5= yes
SRC= ${.CURDIR}/src
MAN1= portlint.1
do-fetch:
@${DO_NADA}
do-install:
${INSTALL_SCRIPT} ${SRC}/portlint.pl ${PREFIX}/bin/portlint
${INSTALL_MAN} ${SRC}/portlint.1 ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>