summaryrefslogtreecommitdiff
path: root/ports-mgmt/portlint/Makefile
blob: 22227e56de21d970a3a6c842a6c57f2308988424 (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
# New ports collection makefile for:	portlint
# Version required:     (self contained)
# Date created:		13 Jun 1997
# Whom:			Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id: Makefile,v 1.20 1998/06/27 05:18:50 asami Exp $
#

DISTNAME=       portlint-2.0
CATEGORIES=	devel

MAINTAINER=	itojun@itojun.org

NO_WRKDIR=	yes
NO_EXTRACT=	yes
NO_BUILD=	yes

SRCDIR=		${.CURDIR}/src

MAN1=		portlint.1

do-fetch:
	@${DO_NADA}

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

.include <bsd.port.mk>