1d52ef221c
Graphite is a project within SIL's scripts and software dev groups to provide cross-platform rendering for complex writing systems. Graphite2, a new version of the Graphite engine, is available at: http://projects.palaso.org/projects/graphitedev with its own bug tracker.
12 lines
326 B
Makefile
12 lines
326 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2014/02/02 07:47:36 ryoon Exp $
|
|
|
|
BUILDLINK_TREE+= graphite2
|
|
|
|
.if !defined(GRAPHITE2_BUILDLINK3_MK)
|
|
GRAPHITE2_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.graphite2+= graphite2>=1.2
|
|
BUILDLINK_PKGSRCDIR.graphite2?= ../../graphics/graphite2
|
|
.endif # GRAPHITE2_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -graphite2
|