summaryrefslogtreecommitdiff
path: root/audio/libmpd/Makefile
diff options
context:
space:
mode:
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"