summaryrefslogtreecommitdiff
path: root/devel/libgnome/options.mk
diff options
context:
space:
mode:
authorwiz <wiz>2011-03-11 11:42:35 +0000
committerwiz <wiz>2011-03-11 11:42:35 +0000
commit4aef546cf9791ad56b0b16a88ae15cc0c3cac4ef (patch)
tree92de66fc7db90bc270f784a29ac7b2839e6bdd4d /devel/libgnome/options.mk
parent8762fcffb2adea1d29045eb5f47f02fa17e44a8a (diff)
downloadpkgsrc-4aef546cf9791ad56b0b16a88ae15cc0c3cac4ef.tar.gz
Add options.mk file, split off during 2.32.1 update.
Diffstat (limited to 'devel/libgnome/options.mk')
-rw-r--r--devel/libgnome/options.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/libgnome/options.mk b/devel/libgnome/options.mk
new file mode 100644
index 00000000000..687a7ff0508
--- /dev/null
+++ b/devel/libgnome/options.mk
@@ -0,0 +1,15 @@
+# $NetBSD: options.mk,v 1.1 2011/03/11 11:42:35 wiz Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.libgnome
+PKG_SUPPORTED_OPTIONS= esound
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mesound)
+BUILDLINK_API_DEPENDS.esound+= esound>=0.2.26
+.include "../../audio/esound/buildlink3.mk"
+BUILDLINK_API_DEPENDS.audiofile+= libaudiofile>=0.2.3
+.include "../../audio/libaudiofile/buildlink3.mk"
+.else
+CONFIGURE_ARGS+= --disable-esd
+.endif