summaryrefslogtreecommitdiff
path: root/ports-mgmt/portlint/Makefile
blob: 7f5f6408a34afef206606f038a279dfa70f06213 (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
# New ports collection makefile for:	portlint
# Version required:     1.26
# Date created:		13 Jun 1997
# Whom:			Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id: Makefile,v 1.1.1.1 1997/06/15 14:12:38 max Exp $
#

DISTNAME=       portlint.pl-1.26
PKGNAME=        portlint-1.26
CATEGORIES=	devel
MASTER_SITES=	ftp://ftp.foretune.co.jp/pub/tools/portlint/
EXTRACT_SUFX=

MAINTAINER=	itojun@itojun.org

EXTRACT_ONLY=			# This value is intentionally left empty.
NO_BUILD=	yes

do-install:
	${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin/portlint

.include <bsd.port.mk>