diff options
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/khordpro/Makefile | 27 | ||||
-rw-r--r-- | audio/khordpro/distinfo | 1 | ||||
-rw-r--r-- | audio/khordpro/pkg-comment | 1 | ||||
-rw-r--r-- | audio/khordpro/pkg-descr | 8 | ||||
-rw-r--r-- | audio/khordpro/pkg-plist | 2 |
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 |