summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-09-03 18:45:22 +0000
committerWill Andrews <will@FreeBSD.org>2001-09-03 18:45:22 +0000
commit35bfcc81c3ac50c6d2478c38a1283b7676794aac (patch)
tree69f35055574ee7137fb1fc7a03227f8a1242012c /audio
parentAdd flvw. The FLVW (Fast Light Virtual Widgets) require the use of (diff)
Add khordpro 0.1, a KDE2 app for displaying ChordPro format guitar
tablerature. PR: 28841 Submitted by: Seth Kingsley <sethk@meowfishies.com>
Notes
Notes: svn path=/head/; revision=47390
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/khordpro/Makefile27
-rw-r--r--audio/khordpro/distinfo1
-rw-r--r--audio/khordpro/pkg-comment1
-rw-r--r--audio/khordpro/pkg-descr8
-rw-r--r--audio/khordpro/pkg-plist2
6 files changed, 40 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index b87fc99028a1..b8bec5784114 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -85,6 +85,7 @@
SUBDIR += id3tool
SUBDIR += juke
SUBDIR += kdemultimedia2
+ SUBDIR += khordpro
SUBDIR += kmikmod
SUBDIR += kmp3
SUBDIR += kmpg
diff --git a/audio/khordpro/Makefile b/audio/khordpro/Makefile
new file mode 100644
index 000000000000..a6d67fa48ce2
--- /dev/null
+++ b/audio/khordpro/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: khordpro
+# Date created: June 8, 2001
+# Whom: Seth Kingsley <sethk@meowfishies.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= khordpro
+PORTVERSION= 0.1
+CATEGORIES= audio kde
+MASTER_SITES= http://digilander.iol.it/merlim/khordpro/files/
+
+MAINTAINER= sethk@meowfishies.com
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+USE_KDELIBS_VER=2
+USE_AUTOCONF= yes
+
+post-patch:
+ ${PERL} -pi -e "s@-lqt @-lqt2 @g" ${WRKSRC}/khordpro/Makefile.am
+ ${PERL} -pi -e "s@/usr/bin@${LOCALBASE}/bin@g" ${WRKSRC}/khordpro/cpm_html.cpp
+
+post-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/cpm.pl ${PREFIX}/bin/cpm
+
+.include <bsd.port.mk>
diff --git a/audio/khordpro/distinfo b/audio/khordpro/distinfo
new file mode 100644
index 000000000000..2822e0a3b7ee
--- /dev/null
+++ b/audio/khordpro/distinfo
@@ -0,0 +1 @@
+MD5 (khordpro-0.1.tar.gz) = bd254de1cf3fa441461a94e1399db562
diff --git a/audio/khordpro/pkg-comment b/audio/khordpro/pkg-comment
new file mode 100644
index 000000000000..e3dcf39ad532
--- /dev/null
+++ b/audio/khordpro/pkg-comment
@@ -0,0 +1 @@
+A KDE2 app for displaying ChordPro format guitar tablerature
diff --git a/audio/khordpro/pkg-descr b/audio/khordpro/pkg-descr
new file mode 100644
index 000000000000..dfef41884777
--- /dev/null
+++ b/audio/khordpro/pkg-descr
@@ -0,0 +1,8 @@
+This is a program that allows you to view ChordPro guitar tablerature
+files with a web-browser like interface. It uses the KDE2 desktop
+environment.
+
+WWW: http://digilander.iol.it/merlim/khordpro/
+
+- Seth
+sethk@meowfishies.com
diff --git a/audio/khordpro/pkg-plist b/audio/khordpro/pkg-plist
new file mode 100644
index 000000000000..97feb25e28f6
--- /dev/null
+++ b/audio/khordpro/pkg-plist
@@ -0,0 +1,2 @@
+bin/khordpro
+bin/cpm