1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/devel/portlint/Makefile
1997-08-16 04:59:48 +00:00

30 lines
692 B
Makefile

# New ports collection makefile for: portlint
# Version required: 1.46
# Date created: 13 Jun 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id: Makefile,v 1.7 1997/08/08 06:23:26 itojun Exp $
#
DISTNAME= portlint-1.46
CATEGORIES= devel
MASTER_SITES= ftp://ftp.foretune.co.jp/pub/tools/portlint/
EXTRACT_SUFX= .shar
MAINTAINER= itojun@itojun.org
EXTRACT_CMD= ${CAT}
EXTRACT_BEFORE_ARGS= # yes, it is blank
EXTRACT_AFTER_ARGS= |sh
NO_WRKSUBDIR= yes
NO_CONFIGURE= yes
NO_BUILD= yes
MAN1= portlint.1
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/portlint.pl ${PREFIX}/bin/portlint
${INSTALL_MAN} ${WRKDIR}/portlint.1 ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>