# -*- 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 php 1.1 name php-imagick version 3.4.2 revision 2 categories-append graphics platforms darwin maintainers ryandesign openmaintainer license PHP-3.01 php.branches 5.3 5.4 5.5 5.6 7.0 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 d5ce66accfe3d11b72a7cea398727b0e9c5dd02d \ sha256 8e16b7bc6cf6567f4b4c4ac7294cbf650fe050a848c6a7ba6e2bee02097ab4a8 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 644 -W ${worksrcpath} CREDITS ${destroot}${subport} copy ${worksrcpath}/examples ${destroot}${prefix}/share/examples/${subport} } }