diff options
author | shattered <shattered> | 2009-01-10 09:41:05 +0000 |
---|---|---|
committer | shattered <shattered> | 2009-01-10 09:41:05 +0000 |
commit | e3c32a8bc1c1f069c2e81139fa34ee88f4c4f773 (patch) | |
tree | 8ac794798c31488522793a03ac1082daa2e2f29a /audio/xmp | |
parent | c76652a060132d09a006fa4e392677f534331059 (diff) | |
download | pkgsrc-e3c32a8bc1c1f069c2e81139fa34ee88f4c4f773.tar.gz |
Oops, add options.mk.
Diffstat (limited to 'audio/xmp')
-rw-r--r-- | audio/xmp/options.mk | 15 |
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 |