aboutsummaryrefslogtreecommitdiffstats
path: root/devel/portlint/Makefile
blob: 4d7b6cf698473a27ac5be0b6a9b9fcc228b2768e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# 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.6.4
CATEGORIES= devel
MASTER_SITES=   # none
DISTFILES=  # none

MAINTAINER= marcus@FreeBSD.org
COMMENT=    A verifier for FreeBSD port directory

NO_BUILD=   yes
WRKSRC=     ${WRKDIR}/src
USE_PERL5=  yes
USE_REINPLACE=  yes

SRC=        ${.CURDIR}/src

MAN1=       portlint.1

do-fetch:
    @${DO_NADA}

pre-patch:
    @${CP} -R ${SRC} ${WRKDIR}

post-patch:
    @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' ${WRKSRC}/portlint.pl
    @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' \
        ${WRKSRC}/portlintgrep.pl

do-install:
    ${INSTALL_SCRIPT} ${WRKSRC}/portlint.pl ${PREFIX}/bin/portlint
    ${INSTALL_MAN} ${WRKSRC}/portlint.1 ${MAN1PREFIX}/man/man1
    ${MKDIR} ${EXAMPLESDIR}
    ${INSTALL_SCRIPT} ${WRKSRC}/portlintgrep.pl ${EXAMPLESDIR}/portlintgrep

.include <bsd.port.mk>