pkgsrc/fonts/SDL2_ttf/buildlink3.mk
rodent 43a9d87c2d Import SDL2_ttf-2.0.12 as fonts/SDL2_ttf.
This is a sample library which allows you to use TrueType fonts in your SDL
applications. It comes with an example program "showfont" which displays an
example string for a given TrueType font file.
2014-02-02 16:06:19 +00:00

15 lines
410 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2014/02/02 16:06:19 rodent Exp $
BUILDLINK_TREE+= SDL2_ttf
.if !defined(SDL2_TTF_BUILDLINK3_MK)
SDL2_TTF_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.SDL2_ttf+= SDL2_ttf>=2.0.12
BUILDLINK_PKGSRCDIR.SDL2_ttf?= ../../fonts/SDL2_ttf
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../devel/SDL2/buildlink3.mk"
.endif # SDL2_TTF_BUILDLINK3_MK
BUILDLINK_TREE+= -SDL2_ttf