summaryrefslogtreecommitdiff
path: root/inputmethod/uim/buildlink3.mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-03-29 18:47:51 +0000
committerwiz <wiz@pkgsrc.org>2005-03-29 18:47:51 +0000
commit628506d7faed85c6cffa1d3c44ac641b168d3de9 (patch)
tree6e750204aa72eaf86fc444d812f85daeed2dcac0 /inputmethod/uim/buildlink3.mk
parent09d0b8c44db18eded8c09181efa995704f417ba3 (diff)
downloadpkgsrc-628506d7faed85c6cffa1d3c44ac641b168d3de9.tar.gz
Update to 0.4.6, provided by Ei Ohno in PR 29812; originally from Jun
Yamashiro. Changes in 0.4.6: A GUI preference tool was introduced, both for Gtk and Qt. uim-kdehelper and UimQt were merged. A plugin system was introduced. Package changes: conversion engine anthy or canna can select by setting the PKG_OPTIONS.uim variable. buildlink3.mk added.
Diffstat (limited to 'inputmethod/uim/buildlink3.mk')
-rw-r--r--inputmethod/uim/buildlink3.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/inputmethod/uim/buildlink3.mk b/inputmethod/uim/buildlink3.mk
new file mode 100644
index 00000000000..22d34a0fa47
--- /dev/null
+++ b/inputmethod/uim/buildlink3.mk
@@ -0,0 +1,18 @@
+# $NetBSD: buildlink3.mk,v 1.1 2005/03/29 18:47:52 wiz Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+UIM_BUILDLINK3_MK:= ${UIM_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= uim
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nuim}
+BUILDLINK_PACKAGES+= uim
+
+.if !empty(UIM_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.uim+= uim>=0.4.6
+BUILDLINK_PKGSRCDIR.uim?= ../../inputmethod/uim
+.endif # UIM_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}