pkgsrc/fonts/SDL2_ttf/Makefile
wiz 41eadf3984 Update SDL2_ttf to 2.0.14:
2.0.14:
Ryan Gordon - Fri Jan 29 12:53:29 PST 2016
* Deprecated TTF_GetFontKerningSize() which takes font glyph indices
 and added TTF_GetFontKerningSizeGlyphs() which takes characters
2016-02-07 14:11:33 +00:00

20 lines
555 B
Makefile

# $NetBSD: Makefile,v 1.8 2016/02/07 14:11:33 wiz Exp $
DISTNAME= SDL2_ttf-2.0.14
CATEGORIES= devel
MASTER_SITES= https://www.libsdl.org/projects/SDL_ttf/release/
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://www.libsdl.org/projects/SDL_ttf/
COMMENT= Use TrueType fonts in your SDL2 applications
LICENSE= zlib
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= SDL2_ttf.pc.in
.include "../../devel/SDL2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"