summaryrefslogtreecommitdiff
path: root/lang/mono2/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mono2/options.mk')
-rw-r--r--lang/mono2/options.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/mono2/options.mk b/lang/mono2/options.mk
new file mode 100644
index 00000000000..4f22ae5cade
--- /dev/null
+++ b/lang/mono2/options.mk
@@ -0,0 +1,16 @@
+# $NetBSD: options.mk,v 1.1 2013/06/17 12:43:28 wiz Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.mono
+PKG_SUPPORTED_OPTIONS= moonlight
+# PKG_SUGGESTED_OPTIONS= moonlight
+
+.include "../../mk/bsd.options.mk"
+
+PLIST_VARS+= moon
+
+.if !empty(PKG_OPTIONS:Mmoonlight)
+PLIST.moon= yes
+CONFIGURE_ARGS+= --with-moonlight=yes
+.else
+CONFIGURE_ARGS+= --with-moonlight=no
+.endif