summaryrefslogtreecommitdiff
path: root/x11/mlterm/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'x11/mlterm/options.mk')
-rw-r--r--x11/mlterm/options.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/mlterm/options.mk b/x11/mlterm/options.mk
new file mode 100644
index 00000000000..ec96d367ce1
--- /dev/null
+++ b/x11/mlterm/options.mk
@@ -0,0 +1,15 @@
+# $NetBSD: options.mk,v 1.1 2006/11/12 15:13:56 hira Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.mlterm
+PKG_SUPPORTED_OPTIONS= uim
+PKG_SUGGESTED_OPTIONS=
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Muim)
+.include "../../inputmethod/uim/buildlink3.mk"
+CONFIGURE_ARGS+= --enable-uim
+PLIST_SUBST+= UIM=
+.else
+PLIST_SUBST+= UIM="@comment "
+.endif