1997-06-15 16:12:38 +02:00
|
|
|
# New ports collection makefile for: portlint
|
2000-04-15 17:13:52 +02:00
|
|
|
# Version required: (self contained)
|
1997-06-15 16:12:38 +02:00
|
|
|
# Date created: 13 Jun 1997
|
1999-08-14 14:55:26 +02:00
|
|
|
# Whom: Jun-ichiro itojun Hagino <itojun@itojun.org>
|
1997-06-15 16:12:38 +02:00
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1997-06-15 16:12:38 +02:00
|
|
|
#
|
2000-04-16 22:24:40 +02:00
|
|
|
# This port is self contained in the src directory.
|
|
|
|
#
|
1997-06-15 16:12:38 +02:00
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= portlint
|
2000-04-16 22:24:40 +02:00
|
|
|
PORTVERSION= 2.2.0
|
1997-06-15 16:12:38 +02:00
|
|
|
CATEGORIES= devel
|
2000-04-16 22:24:40 +02:00
|
|
|
DISTFILES= # none
|
1997-06-15 16:12:38 +02:00
|
|
|
|
2000-02-05 00:20:19 +01:00
|
|
|
MAINTAINER= mharo@FreeBSD.org
|
1997-06-15 16:12:38 +02:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
1999-01-07 10:34:52 +01:00
|
|
|
NO_WRKSUBDIR= yes
|
1997-06-15 16:12:38 +02:00
|
|
|
|
1999-01-07 10:34:52 +01:00
|
|
|
SRC= ${.CURDIR}/src
|
1999-01-05 13:23:28 +01:00
|
|
|
|
1997-07-13 15:37:59 +02:00
|
|
|
MAN1= portlint.1
|
|
|
|
|
2000-04-09 00:41:14 +02:00
|
|
|
# didn't use post/pre-fetch because of some weird error where the message
|
|
|
|
# shows up twice
|
|
|
|
pre-configure:
|
|
|
|
@${ECHO_MSG} "Warning: portlint does not yet support the PORTNAME/PORTVERSION Makefile format"
|
|
|
|
@sleep 2
|
|
|
|
|
1999-01-05 13:23:28 +01:00
|
|
|
do-fetch:
|
|
|
|
@${DO_NADA}
|
|
|
|
|
1997-06-15 16:12:38 +02:00
|
|
|
do-install:
|
1999-01-07 10:34:52 +01:00
|
|
|
${INSTALL_SCRIPT} ${SRC}/portlint.pl ${PREFIX}/bin/portlint
|
|
|
|
${INSTALL_MAN} ${SRC}/portlint.1 ${MAN1PREFIX}/man/man1
|
1997-06-15 16:12:38 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|