summaryrefslogtreecommitdiff
path: root/inputmethod/uim/buildlink3.mk
diff options
context:
space:
mode:
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/+$//}