708e5a7182
Graphite is a smart font engine that basically takes a unicode string and font formatting information (features, size, etc.) and returns a set of positioned glyphs. In reality, Graphite does more than this in that it handles cursor tracking and interaction with the rendering engine for string selection, etc. This package is a wrapper for Xft.
22 lines
771 B
Makefile
22 lines
771 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/12/15 00:44:52 minskim Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
SILGRAPHITE_XFT_BUILDLINK3_MK:= ${SILGRAPHITE_XFT_BUILDLINK3_MK}+
|
|
|
|
.if ${BUILDLINK_DEPTH} == "+"
|
|
BUILDLINK_DEPENDS+= silgraphite-xft
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nsilgraphite-xft}
|
|
BUILDLINK_PACKAGES+= silgraphite-xft
|
|
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}silgraphite-xft
|
|
|
|
.if ${SILGRAPHITE_XFT_BUILDLINK3_MK} == "+"
|
|
BUILDLINK_API_DEPENDS.silgraphite-xft+= silgraphite-xft>=2.3
|
|
BUILDLINK_PKGSRCDIR.silgraphite-xft?= ../../wip/silgraphite-xft
|
|
.endif # SILGRAPHITE_XFT_BUILDLINK3_MK
|
|
|
|
.include "../../graphics/silgraphite-ft/buildlink3.mk"
|
|
.include "../../x11/libXft/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|