pkgsrc/converters/code2html/Makefile

20 lines
539 B
Makefile

# $NetBSD: Makefile,v 1.4 2003/09/02 12:50:45 seb Exp $
#
DISTNAME= code2html-0.9.1
CATEGORIES= converters devel textproc
MASTER_SITES= http://www.palfrader.org/code2html/all/
MAINTAINER= jschauma@NetBSD.org
HOMEPAGE= http://www.palfrader.org/code2html/
COMMENT= Convert a program source code to syntax highlighted HTML
NO_BUILD= # defined
REPLACE_PERL= code2html
USE_PERL5= run
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/code2html ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/code2html.1 ${PREFIX}/man/man1/
.include "../../mk/bsd.pkg.mk"