1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/textproc/code2html/Makefile

36 lines
973 B
Makefile
Raw Normal View History

# New ports collection makefile for: code2html
2000-03-19 12:40:48 +00:00
# Version required: 0.8.9
# Date created: 01 October 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
2000-03-19 12:40:48 +00:00
DISTNAME= code2html-0.8.9
CATEGORIES= textproc
2000-03-19 12:40:48 +00:00
MASTER_SITES= ftp://code2html.sourceforge.net/pub/code2html/all/ \
2000-01-09 13:52:38 +00:00
http://www.cosy.sbg.ac.at/~ppalfrad/code2html/all/latest/
1999-12-22 13:31:07 +00:00
MAINTAINER= jedgar@FreeBSD.org
RUN_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2
NO_BUILD= yes
2000-03-19 12:40:48 +00:00
WRKSRC= ${WRKDIR}/code2html-8.8.9
2000-03-19 12:40:48 +00:00
MAN1= code2html.1
do-configure:
2000-01-09 13:52:38 +00:00
@${MV} ${WRKSRC}/code2html ${WRKSRC}/code2html.orig
@${SED} -e 's|/usr/bin/bzip2|${PREFIX}/bin/bzip2|' \
-e 's|/bin/gzip|/usr/bin/gzip|' \
-e 's|/etc/code|${PREFIX}/etc/code|' \
2000-01-09 13:52:38 +00:00
< ${WRKSRC}/code2html.orig > ${WRKSRC}/code2html
2000-03-19 12:40:48 +00:00
@${PERL} -pi.orig -e 's|etc/code|usr/local/etc/code|' ${WRKSRC}/code2html.1
do-install:
2000-03-19 12:40:48 +00:00
${INSTALL_SCRIPT} ${WRKDIR}/code2html ${PREFIX}/bin
${INSTALL_MAN} ${WRKDIR}/code2html.1 ${PREFIX}/man/man1
.include <bsd.port.mk>