summaryrefslogtreecommitdiff
path: root/audio/abcselect/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-18 06:10:00 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-18 06:10:00 +0000
commit4a411a291736334350c0049d17079b0cca828fce (patch)
tree676879adbda6cd734f0434d798663cdec04ea914 /audio/abcselect/Makefile
parentUpgrade to 0.11.4. (diff)
add abcselect 1.5
Extract parts, movements, etc from abc music files PR: 35737 Submitted by: sue
Notes
Notes: svn path=/head/; revision=66556
Diffstat (limited to 'audio/abcselect/Makefile')
-rw-r--r--audio/abcselect/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/audio/abcselect/Makefile b/audio/abcselect/Makefile
new file mode 100644
index 000000000000..0dc10f802087
--- /dev/null
+++ b/audio/abcselect/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: abcselect
+# Date created: 11 March 2002
+# Whom: Sue Blake <sue@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= abcselect
+PORTVERSION= 1.5
+CATEGORIES= audio
+MASTER_SITES= http://www.lautengesellschaft.de/cdmm/
+DISTNAME= ${PORTNAME}
+
+MAINTAINER= sue@FreeBSD.org
+
+USE_PERL5= yes
+NO_BUILD= yes
+
+MAN1= abcselect.1
+
+post-patch:
+ @${PERL} -pi -e "s,/usr/bin/perl,${SETENV} perl,g" ${WRKSRC}/abcselect
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/abcselect ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/abcselect.1 ${MANPREFIX}/man/man1
+
+.include <bsd.port.mk>