# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup php5extension 1.0 php5extension.setup gd 5.3.15 bundled revision 1 categories-append graphics platforms darwin maintainers ryandesign license PHP-3.01 description a PHP interface to the gd library long_description ${description} checksums rmd160 b82b9f57c4bdc3b451a0c179f131497ebbbfd94f \ sha256 f9b725659e64228a60883bd134afe1f638900b6b8fa93ba98053095b0892f1ef 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} }