summaryrefslogtreecommitdiff
path: root/audio/xmms-pulse/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmms-pulse/Makefile')
-rw-r--r--audio/xmms-pulse/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/xmms-pulse/Makefile b/audio/xmms-pulse/Makefile
new file mode 100644
index 00000000000..58b17c63fb2
--- /dev/null
+++ b/audio/xmms-pulse/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/27 10:05:37 kefren Exp $
+
+DISTNAME= xmms-pulse-0.9.4
+CATEGORIES= audio
+MASTER_SITES= http://0pointer.de/lennart/projects/xmms-pulse/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= XMMS plugin to output sound through the pulseaudio daemon
+HOMEPAGE= http://0pointer.de/lennart/projects/xmms-pulse/
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --disable-lynx
+USE_TOOLS+= pkg-config
+USE_LIBTOOL= yes
+
+.include "../../audio/pulseaudio/buildlink3.mk"
+.include "../../audio/xmms/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"