# $Id: Portfile,v 1.3 2004/04/15 20:20:06 mww Exp $

PortSystem 1.0

name		libsdl_ttf
version		2.0.6
categories	devel graphics
maintainers	mww@opendarwin.org
platforms	darwin
description	add on library for libSDL for rendering TrueType fonts
long_description	This library is a wrapper around the excellent \
			FreeType 2.0 library allowing to render TrueType fonts \
			in SDL applications.
	
homepage	http://www.libsdl.org/projects/SDL_ttf
master_sites	${homepage}/release/
distname	SDL_ttf-${version}
checksums	md5 880ca22ac3e8beb5cca2326cc8069733
patchfiles	patch-SDL_ttf.c.diff

depends_lib	lib:libSDL:libsdl \
		lib:libfreetype.6:freetype
configure.args	--disable-sdltest
set worksrcpath	${workpath}/SDL_ttf-${version}

build.dir	${worksrcpath}
