summaryrefslogtreecommitdiff
path: root/misc/chord2html/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-11 10:51:16 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-11 10:51:16 +0000
commit3685f97d366bd46af8353599c474e89c9b9eaa7d (patch)
treeb14bd06c1111a17677eb4cca7dca2a3c542612cd /misc/chord2html/Makefile
parentAdd DISTNAME. (diff)
add chord2html 1.3
Convert CHORD input files to HTML
Notes
Notes: svn path=/head/; revision=66117
Diffstat (limited to 'misc/chord2html/Makefile')
-rw-r--r--misc/chord2html/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/misc/chord2html/Makefile b/misc/chord2html/Makefile
new file mode 100644
index 000000000000..7cee940eaa37
--- /dev/null
+++ b/misc/chord2html/Makefile
@@ -0,0 +1,33 @@
+# 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= http://helllabs.org/~claudio/chord/
+
+MAINTAINER= ports@FreeBSD.org
+
+RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
+
+USE_PERL5= yes
+NO_BUILD= yes
+
+MAN1= chord2html.1
+
+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>