pkgsrc/fonts/SDL2_ttf/buildlink3.mk
rillig 17e39f419d Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
2018-01-07 13:03:53 +00:00

17 lines
506 B
Makefile

# $NetBSD: buildlink3.mk,v 1.6 2018/01/07 13:04:12 rillig 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_ABI_DEPENDS.SDL2_ttf+= SDL2_ttf>=2.0.12nb2
BUILDLINK_PKGSRCDIR.SDL2_ttf?= ../../fonts/SDL2_ttf
.include "../../devel/SDL2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.endif # SDL2_TTF_BUILDLINK3_MK
BUILDLINK_TREE+= -SDL2_ttf