freebsd-ports/devel/portlint/Makefile
Akinori MUSHA 77e106b384 Bring in the enhancements I submitted to mharo some time ago and bump
the version to 2.3.2.

- Add checks for empty files, empty directories, core files, more
possible backup files, dotfiles, symlinks and CVS directories.

- Do not assume PATCHDIR always includes "/files/".  Use the best
method to check whether a file is added to @checker as a patch file.

- Some trivial message style fixes.
2001-03-20 20:54:24 +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.2
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>