pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/xmp Oops, add options.mk.
details: https://anonhg.NetBSD.org/pkgsrc/rev/189f940d676b
branches: trunk
changeset: 552829:189f940d676b
user: shattered <shattered%pkgsrc.org@localhost>
date: Sat Jan 10 09:41:05 2009 +0000
description:
Oops, add options.mk.
diffstat:
audio/xmp/options.mk | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diffs (19 lines):
diff -r 0000b5fb6518 -r 189f940d676b audio/xmp/options.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/xmp/options.mk Sat Jan 10 09:41:05 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index