diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-06-24 13:30:17 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-06-24 13:30:17 +0000 |
commit | f051f787c04334b0d3bbf35547949a4a803c5bfc (patch) | |
tree | 9605562af8e64ea835364ff7d7753cff21672479 /devel/cvs2html/Makefile | |
parent | 0207f960731002a9d25cf7c28027c595ea21576b (diff) | |
download | pkgsrc-f051f787c04334b0d3bbf35547949a4a803c5bfc.tar.gz |
Initial import of cvs2html-1.82
cvs2html is a perl script to transform the 'cvs log' output to HTML.
The program can be used for any type of cvs archive.
Diffstat (limited to 'devel/cvs2html/Makefile')
-rw-r--r-- | devel/cvs2html/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/cvs2html/Makefile b/devel/cvs2html/Makefile new file mode 100644 index 00000000000..14935ffe8b0 --- /dev/null +++ b/devel/cvs2html/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/06/24 13:30:17 zuntum Exp $ +# + +DISTNAME= cvs2html-1.82 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_LOCAL} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://cvs.sslug.dk/cvs2html/ +COMMENT= perl script to turn ``cvs log'' output into HTML + +NO_BUILD= YES +USE_PERL5= YES + +post-patch: + ${SED} "s,/usr/bin/perl,${PERL5}," ${WRKSRC}/cvs2html ${WRKSRC}/cvs2html.done + ${MV} ${WRKSRC}/cvs2html.done ${WRKSRC}/cvs2html + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/cvs2html ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" |