blob: abb19e985b6c0967901918da35c15caf832dd927 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: buildlink3.mk,v 1.3 2011/04/22 13:42:25 obache Exp $
BUILDLINK_TREE+= tomoe
.if !defined(TOMOE_BUILDLINK3_MK)
TOMOE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.tomoe+= tomoe>=0.6.0
BUILDLINK_ABI_DEPENDS.tomoe?= tomoe>=0.6.0nb2
BUILDLINK_PKGSRCDIR.tomoe?= ../../inputmethod/tomoe
.include "../../devel/glib2/buildlink3.mk"
.endif # TOMOE_BUILDLINK3_MK
BUILDLINK_TREE+= -tomoe
|