pkgsrc/devel/cvs2html/Makefile

24 lines
501 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.14 2010/02/26 10:28:31 wiz Exp $
#
DISTNAME= cvs2html-1.82
CATEGORIES= devel scm
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://cvs.sslug.dk/cvs2html/
COMMENT= Perl script to turn ``cvs log'' output into HTML
PKG_DESTDIR_SUPPORT= user-destdir
2002-11-15 00:39:09 +01:00
NO_BUILD= YES
USE_TOOLS+= perl:run
2002-11-15 00:39:09 +01:00
REPLACE_PERL= cvs2html
INSTALLATION_DIRS= bin
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/cvs2html ${DESTDIR}${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"