pkgsrc/devel/SDL_ttf/Makefile
wiz 7bb7a871c1 Update to 2.0.11. Set LICENSE.
2.0.11:
Sam Lantinga - Sat Dec 31 10:49:42 EST 2011
 * SDL_ttf is now under the zlib license
Peter Kosyh - Mon Feb 28 14:57:03 PST 2011
 * Improved font glyph caching for non-latin languages
Erik Snoek - Wed Jan 12 09:10:15 PST 2011
 * Added API to get kerning info: TTF_GetFontKerningSize()
Sam Lantinga - Mon Jan 10 10:58:34 2011 -0800
 * Added Android.mk to build on the Android platform
2012-01-28 13:49:14 +00:00

22 lines
592 B
Makefile

# $NetBSD: Makefile,v 1.30 2012/01/28 13:49:14 wiz Exp $
DISTNAME= SDL_ttf-2.0.11
CATEGORIES= devel
MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.libsdl.org/projects/SDL_ttf/
COMMENT= Use TrueType fonts in your SDL applications
LICENSE= zlib
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= SDL_ttf.pc.in
.include "../../devel/SDL/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"