summaryrefslogtreecommitdiff
path: root/inputmethod/tomoe-gtk/buildlink3.mk
diff options
context:
space:
mode:
Diffstat (limited to 'inputmethod/tomoe-gtk/buildlink3.mk')
-rw-r--r--inputmethod/tomoe-gtk/buildlink3.mk23
1 files changed, 23 insertions, 0 deletions
diff --git a/inputmethod/tomoe-gtk/buildlink3.mk b/inputmethod/tomoe-gtk/buildlink3.mk
new file mode 100644
index 00000000000..8f340293538
--- /dev/null
+++ b/inputmethod/tomoe-gtk/buildlink3.mk
@@ -0,0 +1,23 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/04/13 06:06:40 obache Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+TOMOE_GTK_BUILDLINK3_MK:= ${TOMOE_GTK_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+= tomoe-gtk
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ntomoe-gtk}
+BUILDLINK_PACKAGES+= tomoe-gtk
+BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}tomoe-gtk
+
+.if ${TOMOE_GTK_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.tomoe-gtk+= tomoe-gtk>=0.6.0
+BUILDLINK_PKGSRCDIR.tomoe-gtk?= ../../inputmethod/tomoe-gtk
+.endif # TOMOE_GTK_BUILDLINK3_MK
+
+.include "../../fonts/gucharmap/buildlink3.mk"
+.include "../../inputmethod/tomoe/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}