mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
63ccd9f0eb
Source: distfile survey
42 lines
907 B
Makefile
42 lines
907 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: chord2html
|
|
# Date created: Sep 11, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= chord2html
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= misc
|
|
MASTER_SITES= # disappeared
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Convert CHORD input files to HTML
|
|
|
|
BROKEN= "mastersite disappeared"
|
|
DEPRECATED= ${BROKEN}
|
|
EXPIRATION_DATE= 2005-12-11
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
|
|
|
|
USE_PERL5= yes
|
|
NO_BUILD= yes
|
|
|
|
MAN1= chord2html.1
|
|
|
|
PLIST_FILES= bin/chord2html share/chord2html/chord2html.css
|
|
PLIST_DIRS= share/chord2html
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e "s,/usr/bin/perl,${PERL},g ; \
|
|
s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/chord2html
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/chord2html ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
|
|
@${MKDIR} ${DATADIR}
|
|
${INSTALL_DATA} ${WRKSRC}/chord2html.css ${DATADIR}
|
|
|
|
.include <bsd.port.mk>
|