aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt/portlint/Makefile
blob: 6c14f60a263829cad1aa9a8c1f2694845cebed5e (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
# 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.3
PORTREVISION=   5
CATEGORIES= devel
MASTER_SITES=   # none
DISTFILES=  # none

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

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>