SUMMARY="A TrueType font rendering library for SDL2" DESCRIPTION=" SDL_ttf is a TrueType font rendering library that is used with the SDL \ library, and almost as portable. It depends on freetype2 to handle the \ TrueType font data. It allows a programmer to use multiple TrueType fonts \ without having to code a font rendering routine themselves. With the power of \ outline fonts and antialiasing, high quality text output can be obtained \ without much effort. " HOMEPAGE="http://www.libsdl.org/projects/SDL_ttf" SOURCE_URI="http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-$portVersion.tar.gz" CHECKSUM_SHA256="25ddad0302e7d74ce16a770974930cefbdcf67499ca7d40ce7a6bd7de6022fdf" REVISION="1" LICENSE="Zlib" COPYRIGHT="1997-2013 Sam Lantinga" ARCHITECTURES="x86 x86_gcc2 x86_64" SECONDARY_ARCHITECTURES="?x86 ?x86_gcc2" PROVIDES=" sdl2_ttf${secondaryArchSuffix} = $portVersion compat >= 2.0 lib:libSDL2_ttf${secondaryArchSuffix} = $portVersion compat >= 2.0 lib:libSDL2_ttf_2.0${secondaryArchSuffix} = 0.10.3 compat >= 0 " REQUIRES=" haiku${secondaryArchSuffix} lib:libfreetype${secondaryArchSuffix} lib:libSDL2_2.0${secondaryArchSuffix} lib:libz${secondaryArchSuffix} lib:libbz2${secondaryArchSuffix} lib:libpng${secondaryArchSuffix} lib:libGL${secondaryArchSuffix} lib:libltdl${secondaryArchSuffix} " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel devel:libfreetype${secondaryArchSuffix} devel:libSDL2${secondaryArchSuffix} devel:libz${secondaryArchSuffix} devel:libbz2${secondaryArchSuffix} devel:libpng${secondaryArchSuffix} " BUILD_PREREQUIRES=" cmd:libtoolize cmd:aclocal_1.13 cmd:automake_1.13 cmd:autoconf cmd:gcc$secondaryArchSuffix cmd:ld$secondaryArchSuffix cmd:make " SOURCE_DIR="SDL2_ttf-$portVersion" BUILD() { touch INSTALL NEWS README AUTHORS ChangeLog COPYING libtoolize --copy --force --install aclocal-1.13 --install -I acinclude autoconf automake-1.13 runConfigure ./configure --with-x=no make $jobArgs } INSTALL() { make install prepareInstalledDevelLibs libSDL2_ttf fixPkgconfig packageEntries devel \ $developDir } PROVIDES_devel=" sdl2_ttf${secondaryArchSuffix}_devel = ${portVersion} compat >= 2.0 devel:libSDL2_ttf$secondaryArchSuffix = ${portVersion} compat >= 2.0 devel:libSDL2_ttf_2.0$secondaryArchSuffix = 0.10.3 compat >= 0 " REQUIRES_devel=" sdl2_ttf$secondaryArchSuffix == $portVersion base "