summaryrefslogtreecommitdiff
path: root/audio/libmpd/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-11-22 19:26:08 +0000
committerwiz <wiz@pkgsrc.org>2005-11-22 19:26:08 +0000
commitc9b6585592bd3107fabe618dd9e12787ef187f3a (patch)
tree4f67355ee05158328bdd6d6acab35c4bceea7047 /audio/libmpd/Makefile
parent9c1223aa9720199203dfda3d40ba7eacf2cf17fb (diff)
downloadpkgsrc-c9b6585592bd3107fabe618dd9e12787ef187f3a.tar.gz
Initial import of libmpd:
libmpd is trying to provide a easy to use high level, callback based access to mpd. It tries to be fast and keep the data transfer with mpd to the minimum. To do this it implements queues for deleting and adding songs. There is extra functionallity added for the ease of the programmer.
Diffstat (limited to 'audio/libmpd/Makefile')
-rw-r--r--audio/libmpd/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/libmpd/Makefile b/audio/libmpd/Makefile
new file mode 100644
index 00000000000..7bec4001dd9
--- /dev/null
+++ b/audio/libmpd/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/22 19:26:08 wiz Exp $
+#
+
+DISTNAME= libmpd-0.01
+CATEGORIES= audio
+MASTER_SITES= http://download.qballcow.nl/programs/libmpd/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://download.qballcow.nl/programs/libmpd/libmpd.html
+COMMENT= Library to access mpd (musicpd)
+
+USE_LIBTOOL= yes
+PKGCONFIG_OVERRIDE+= ${WRKSRC}/libmpd-0.01.pc.in
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"