3e474a90d8
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
21 lines
447 B
Makefile
21 lines
447 B
Makefile
# $NetBSD: Makefile,v 1.11 2005/07/16 01:19:08 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= cvs2html-1.82
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MAINTAINER= zuntum@NetBSD.org
|
|
HOMEPAGE= http://cvs.sslug.dk/cvs2html/
|
|
COMMENT= Perl script to turn ``cvs log'' output into HTML
|
|
|
|
NO_BUILD= YES
|
|
USE_TOOLS+= perl:run
|
|
REPLACE_PERL= cvs2html
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/cvs2html ${PREFIX}/bin
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|