# $Id: Portfile,v 1.2 2004/05/26 12:11:35 pguyot Exp $

PortSystem				1.0
name							ftgl
version						2.0.8
platforms					darwin
categories				graphics
maintainers				krugazor@free.fr
description				Freetype / OpenGL bridge
long_description	FTGL takes freetype fonts, decodes them,\
									and generate an OpenGL object out of it.\
									It supports a lot of rendering modes
homepage					http://homepages.paradise.net.nz/henryj/code/index.html#FTGL
checksums					md5	28682ec0bbc2673f030f3b43ea943861
master_sites			http://homepages.paradise.net.nz/henryj/code/

depends_lib				lib:freetype:freetype
depends_build			bin:doxygen:doxygen

worksrcdir					FTGL/unix

patchfiles					patch-unix-configure \
							patch-unix-Makefile \
							patch-unix-demo-Makefile \
							patch-unix-docs-Makefile \
							patch-unix-src-Makefile
