summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2009-01-10 09:41:05 +0000
committershattered <shattered@pkgsrc.org>2009-01-10 09:41:05 +0000
commit8819af401240de2f74f9ea557a5b5593faa2f5f6 (patch)
tree8ac794798c31488522793a03ac1082daa2e2f29a /audio
parent71632daa5f06d0ce012dc042b4dd68b742700203 (diff)
downloadpkgsrc-8819af401240de2f74f9ea557a5b5593faa2f5f6.tar.gz
Oops, add options.mk.
Diffstat (limited to 'audio')
-rw-r--r--audio/xmp/options.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/xmp/options.mk b/audio/xmp/options.mk
new file mode 100644
index 00000000000..ccb511db06a
--- /dev/null
+++ b/audio/xmp/options.mk
@@ -0,0 +1,15 @@
+# $NetBSD: options.mk,v 1.1 2009/01/10 09:41:05 shattered Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.xmp
+PKG_SUPPORTED_OPTIONS= pulseaudio
+PKG_SUGGESTED_OPTIONS= pulseaudio
+
+.include "../../mk/bsd.options.mk"
+
+# Pulseaudio support
+.if !empty(PKG_OPTIONS:Mpulseaudio)
+CONFIGURE_ARGS+=--enable-pulseaudio
+. include "../../audio/pulseaudio/buildlink3.mk"
+.else
+CONFIGURE_ARGS+=--disable-pulseaudio
+.endif