summaryrefslogtreecommitdiff
path: root/textproc/code2html/Makefile
blob: fdf7184056074b298e10e35db663165d9f8c8a0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:	code2html
# Version required:			0.8.6
# Date created:				01 October 1999
# Whom:					Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#

DISTNAME=	code2html.pl
PKGNAME=	code2html-0.8.6
CATEGORIES=	textproc
MASTER_SITES=	http://www.giga.or.at/~weasel/pub/code2html/latest/
EXTRACT_SUFX=	.gz

MAINTAINER=	jedgar@fxp.org

NO_WRKSUBDIR=	yes
NO_BUILD=	yes

do-extract:
	@${MKDIR} ${WRKDIR}
	${GZCAT} ${DISTDIR}/${DISTFILES} > ${WRKDIR}/${DISTNAME}

do-install:
	${INSTALL_SCRIPT} ${WRKDIR}/code2html.pl ${PREFIX}/bin/code2html

.include <bsd.port.mk>