summaryrefslogtreecommitdiff
path: root/audio/kmp/Makefile
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-05-02 04:30:09 +0000
committergrant <grant@pkgsrc.org>2004-05-02 04:30:09 +0000
commit9749d32e5a2be2a1fd7115af37dcd9d5cc1fd701 (patch)
treea6035b599328a772b771495d2da6e0215f4da9ad /audio/kmp/Makefile
parentf40ad32bf491c8b4a71c3abb2e931e20d769bd00 (diff)
downloadpkgsrc-9749d32e5a2be2a1fd7115af37dcd9d5cc1fd701.tar.gz
Initial import of kmp 0.01 into the NetBSD packages collection.
KMP is an Music Player Daemon client that uses the QT GUI toolkit so it will comfortably fit in with your KDE desktop, although only QT is required. MPD is a daemon that runs in the background and accepts connections from clients which can then tell MPD what to do. KMP aims to be a full featured and easy-to-use client. KMP will allow you to browse the server's collection, add songs to the playlist, change the volume, etc. from pkgsrc-wip by pkg@burningsoda.com.
Diffstat (limited to 'audio/kmp/Makefile')
-rw-r--r--audio/kmp/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/kmp/Makefile b/audio/kmp/Makefile
new file mode 100644
index 00000000000..52093631fe9
--- /dev/null
+++ b/audio/kmp/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/05/02 04:30:09 grant Exp $
+
+DISTNAME= kmp-0.01
+CATEGORIES= audio
+MASTER_SITES= http://www.threadbox.net/files/KMP/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkg@burningsoda.com
+HOMEPAGE= http://www.threadbox.net/kmp.php
+COMMENT= Qt client for the Music Player Daemon
+
+USE_BUILDLINK3= yes
+USE_LANGUAGES= c++
+USE_LIBTOOL= yes
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS+= ${PREFIX}
+
+.include "../../x11/qt3-libs/buildlink3.mk"
+.include "../../x11/qt3-tools/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"