# -*- 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 gmagick 1.1.7RC2 pecl license PHP categories php devel platforms darwin maintainers ryandesign openmaintainer description Provides a wrapper to the GraphicsMagick library long_description \ Gmagick is a php extension to create, modify and obtain meta information \ of images using the GraphicsMagick API. checksums rmd160 e11d8e96cbfe58436ffcf58142513516c6ec0958 \ sha256 8e51c8343d6e6d556d7b17417ce338c6ed2b0893869f1494410dfe6ba5105475 depends_lib-append \ port:GraphicsMagick configure.args-append \ --with-gmagick=${prefix} post-destroot { set docdir ${prefix}/share/doc/${name} xinstall -d ${destroot}${docdir} xinstall -m 644 -W ${worksrcpath} LICENSE README ${destroot}${docdir} } livecheck.regex {>([0-9a-zA-Z.]+)}