# $Id: Portfile,v 1.17 2005/06/14 06:28:48 jkh Exp $ PortSystem 1.0 name freetype version 2.1.9 revision 1 categories graphics maintainers darwinports@opendarwin.org description A software font engine long_description \ FreeType2 is a software font engine that is designed to \ be small, efficient, highly customizable and portable while \ capable of producing high-quality output (glyph images). \ It can be used in graphics libraries, display servers, font \ conversion tools, text image generation tools, and many \ other products as well. homepage http://freetype.sourceforge.net/ platforms darwin master_sites sourceforge use_bzip2 yes checksums md5 ec1b903e4be5f073caa72458ea58c29c patchfiles patch-ftconfig.h depends_lib port:zlib configure.args --with-zlib=${prefix} configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib" variant x86 { patchfiles-append patch-builds-unix-configure }