# -*- 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 PortSystem 1.0 PortGroup php 1.1 name php-imagick epoch 1 version 3.4.4 revision 1 categories-append graphics platforms darwin maintainers {ryandesign @ryandesign} openmaintainer license PHP-3.01 php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 php.pecl yes description PHP extension to create and modify images with \ ImageMagick long_description Imagick is a native PHP extension for creating and \ modifying images using the ImageMagick API checksums rmd160 c0dc62d13b63281ef973a948b71ddc8dff2ffe3e \ sha256 8dd5aa16465c218651fc8993e1faecd982e6a597870fd4b937e9ece02d567077 \ size 253434 if {${name} ne ${subport}} { depends_build-append \ port:pkgconfig depends_lib-append port:ImageMagick configure.args --with-imagick=${prefix} use_parallel_build yes post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} ${destroot}${prefix}/share/examples xinstall -m 0644 -W ${worksrcpath} CREDITS ${destroot}${subport} copy ${worksrcpath}/examples ${destroot}${prefix}/share/examples/${subport} } }