license {LGPL-2.1 MPL-1.1} X11
description An Open Source implementation of the GDI+ API
long_description An implementation of the GDI+ API for Mono, an \
effort to create an open source implementation of \
the .NET Development Framework including a C# compiler.
homepage http://www.mono-project.com/Libgdiplus
master_sites http://download.mono-project.com/sources/libgdiplus/
checksums rmd160 a4cbc7d3eaa518a2186b3f8e98fc485c7da4d30b \
sha256 6ddeb6c327bada7cb6e06d1a20714f526a0c69520dfd42c12ddd032c3c5d964e
depends_build port:pkgconfig
path:lib/pkgconfig/glib-2.0.pc:glib2 \
path:lib/pkgconfig/cairo.pc:cairo \
patchfiles patch-freetype-2.5.1.diff \
reinplace "s/-pthread/-lpthread/g" ${worksrcpath}/configure
# https://bugs.gentoo.org/show_bug.cgi?id=431916
reinplace {s%-L${libjpeg_prefix}/lib%%g} ${worksrcpath}/libgdiplus.pc
set docdir ${prefix}/share/doc/${name}
xinstall -d ${destroot}${docdir}
xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog LICENSE NEWS \
README TODO ${destroot}${docdir}
variant pango description {Enable Pango font rendering support (experimental)} {
depends_lib-append path:lib/pkgconfig/pango.pc:pango
configure.args-append --with-cairo=system \