Graphics drawing primitives and other support functions wrapped up in an add-on, C-based library for the Simple Direct Media (SDL) cross-platform API layer.
14 lines
360 B
Makefile
14 lines
360 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2020/03/05 13:21:53 nia Exp $
|
|
|
|
BUILDLINK_TREE+= SDL2_gfx
|
|
|
|
.if !defined(SDL2_GFX_BUILDLINK3_MK)
|
|
SDL2_GFX_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.SDL2_gfx+= SDL2_gfx>=1.0.4
|
|
BUILDLINK_PKGSRCDIR.SDL2_gfx?= ../../graphics/SDL2_gfx
|
|
|
|
.include "../../devel/SDL2/buildlink3.mk"
|
|
.endif # SDL2_GFX_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -SDL2_gfx
|