You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
469fc4f80e
to accommodate pkgconf.
46 lines
1.5 KiB
Tcl
46 lines
1.5 KiB
Tcl
# -*- 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-cairo
|
|
version 0.3.2
|
|
revision 3
|
|
license PHP
|
|
categories php devel
|
|
platforms darwin
|
|
maintainers ryandesign openmaintainer
|
|
|
|
php.branches 5.3 5.4 5.5 5.6
|
|
php.pecl yes
|
|
php.pecl.prerelease yes
|
|
|
|
description Cairo Graphics Library Extension
|
|
|
|
long_description Cairo is a 2D graphics library with support for multiple \
|
|
output devices. Currently supported output targets \
|
|
include the X Window System, Quartz, Win32, image \
|
|
buffers, PostScript, PDF, and SVG file output.
|
|
|
|
checksums rmd160 de19dfadb9c4f8e4b209e6b51dff727b64b510db \
|
|
sha256 c69a33b4d8c9611c0e32383b577509f64406afb5670518c8de2e34d53c926359
|
|
|
|
distname Cairo-${version}
|
|
|
|
if {${name} ne ${subport}} {
|
|
conflicts ${php}-cairo_wrapper
|
|
|
|
depends_build-append path:bin/pkg-config:pkgconfig
|
|
|
|
depends_lib-append path:lib/libcairo.dylib:cairo
|
|
|
|
test.run yes
|
|
|
|
post-destroot {
|
|
set docdir ${prefix}/share/doc/${subport}
|
|
xinstall -d ${destroot}${docdir}
|
|
xinstall -m 644 -W ${worksrcpath} CREDITS IGNORED README SYMBOLS TODO \
|
|
${destroot}${docdir}
|
|
}
|
|
}
|