blob: 02a425b9f725d5dc2856ce0e3de909d6ec17c917 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: buildlink3.mk,v 1.2 2009/03/20 19:24:47 joerg Exp $
BUILDLINK_TREE+= tomoe
.if !defined(TOMOE_BUILDLINK3_MK)
TOMOE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.tomoe+= tomoe>=0.6.0
BUILDLINK_PKGSRCDIR.tomoe?= ../../inputmethod/tomoe
.include "../../devel/glib2/buildlink3.mk"
.endif # TOMOE_BUILDLINK3_MK
BUILDLINK_TREE+= -tomoe
|