2.0.9: Kanou Hiroki - Sat Jul 14 23:15:40 PDT 2007 * Fixed rendering of fonts with 2 bit and 4 bit embedded graymaps Sam Lantinga - Wed Jun 13 00:32:29 PDT 2007 * Fixed bug in solid bold glyph rendering (thanks Roy!) Ryan Gordon - Tue Feb 13 10:19:00 2007 UTC * Updated to build with the latest version of FreeType Sam Lantinga - Mon Jun 5 16:22:51 2006 UTC * Fixed crash when passing NULL to TTF_CloseFont()
19 lines
535 B
Makefile
19 lines
535 B
Makefile
# $NetBSD: Makefile,v 1.26 2007/07/26 00:08:40 wiz Exp $
|
|
|
|
DISTNAME= SDL_ttf-2.0.9
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/
|
|
|
|
MAINTAINER= zuntum@NetBSD.org
|
|
HOMEPAGE= http://www.libsdl.org/projects/SDL_ttf/
|
|
COMMENT= Use TrueType fonts in your SDL applications
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|