# $Id$ PortSystem 1.0 PortGroup php5extension 1.0 php5extension.setup gd 5.3.1 bundled revision 3 categories-append graphics platforms darwin maintainers ryandesign description a PHP interface to the gd library long_description ${description} checksums md5 63e97ad450f0f7259e785100b634c797 \ sha1 be08ca9337a4962cd4acf8709cd695e1e31c1149 \ rmd160 01183a9f752ce5982a7b91dcd43721fd1b9cd88b depends_lib-append port:freetype \ port:jpeg \ port:libpng \ port:zlib configure.args-append --with-freetype-dir=${prefix} \ --with-jpeg-dir=${prefix} \ --with-png-dir=${prefix} \ --with-zlib-dir=${prefix} \ --enable-gd-native-ttf use_parallel_build yes variant t1lib description {Add PostScript Type 1 font support with t1lib} { depends_lib-append \ port:t1lib configure.args-append \ --with-t1lib=${prefix} }