18719aa3ab
2.0.8: Stepan Roh - 2005-10-02 09:46 * Fixed line spacing by using font ascender and descender Sam Lantinga - Sun Apr 30 01:48:40 PDT 2006 * Added gcc-fat.sh for generating Universal binaries on Mac OS X * Updated libtool support to version 1.5.22 Add build fix patch for freetype2-2.2.1. Bump BUILDLINK_ABI_DEPENDS for SDL shlib changes.
17 lines
500 B
Makefile
17 lines
500 B
Makefile
# $NetBSD: Makefile,v 1.24 2006/06/12 16:24:44 wiz Exp $
|
|
|
|
DISTNAME= SDL_ttf-2.0.8
|
|
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
|
|
|
|
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"
|