summaryrefslogtreecommitdiff
path: root/emulators/free42/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/free42/options.mk')
-rw-r--r--emulators/free42/options.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/emulators/free42/options.mk b/emulators/free42/options.mk
new file mode 100644
index 00000000000..45f893ffd76
--- /dev/null
+++ b/emulators/free42/options.mk
@@ -0,0 +1,14 @@
+# $NetBSD: options.mk,v 1.1 2014/03/10 08:38:25 he Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.free42
+PKG_SUPPORTED_OPTIONS= bcd_math
+PKG_SUGGESTED_OPTIONS=
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mbcd_math)
+MAKE_ENV+= BCD_MATH=1
+VARIANT= dec
+.else
+VARIANT= bin
+.endif