summaryrefslogtreecommitdiff
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
commit4e5aea774b60eccc3aa85be44b809379c303b9f1 (patch)
tree8ac794798c31488522793a03ac1082daa2e2f29a
parentcb2dde864897882e9a0ee16155f2502cc7de366e (diff)
downloadpkgsrc-4e5aea774b60eccc3aa85be44b809379c303b9f1.tar.gz
Oops, add options.mk.
-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