1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/ports-mgmt/portlint/Makefile
FUJISHIMA Satsuki afa075e6d8 o stop checking blank lines for files/patch-*
o fix getopt arguments: -B takes argument and -N don't.

Submitted by:		Peter Pentchev <roam@orbitel.bg>
Non-responce from:	maintainer
2001-02-17 12:20:32 +00:00

34 lines
595 B
Makefile

# New ports collection makefile for: portlint
# Date created: 13 Jun 1997
# Whom: Jun-ichiro itojun Hagino <itojun@itojun.org>
#
# $FreeBSD$
#
# This port is self contained in the src directory.
#
PORTNAME= portlint
PORTVERSION= 2.3.1
CATEGORIES= devel
MASTER_SITES= # none
DISTFILES= # none
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>