summaryrefslogtreecommitdiff
path: root/converters/code2html/Makefile
blob: 98137a15eeb9915d2e940351da0b6af8d9433158 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.2 2003/07/17 21:27:12 grant 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=	${WRKSRC}/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"