Ticket #12872: libgdiplus-1.2.5.diff

File libgdiplus-1.2.5.diff, 1.6 KB (added by nox@…, 17 years ago)
  • Portfile

     
    11# $Id$
    22
    3 PortSystem 1.0
     3PortSystem  1.0
    44
    55name            libgdiplus
    6 version         1.1.9.2
    7 revision        1
     6version     1.2.5
    87categories      devel
    98platforms       darwin
    109maintainers     stechert@macports.org
     
    1413                        the .NET Development Framework including a C# compiler.
    1514
    1615homepage        http://www.go-mono.com/
    17 master_sites    ${homepage}/sources/libgdiplus-1.1/
    18 checksums       md5 a63218ce67205ed097a62ed618b0c423
     16master_sites    ${homepage}sources/libgdiplus/
     17use_bzip2       yes
     18
     19checksums       md5 82bbf6ca86b85e5148a15d8d88c6e548 \
     20                sha1 871e71c59680e602716b41caaa13655d1d55d229 \
     21                rmd160 84ecbb58edea5deb91b140e11461fb6fcf8b0f28
     22
     23depends_build   port:pkgconfig
    1924
    2025depends_lib     port:jpeg \
    2126                port:tiff \
    2227                port:libungif \
    2328                port:libpng \
    24                 port:pkgconfig \
     29        port:render \
     30        port:xrender \
    2531                port:zlib \
    26                 port:fontconfig
     32        port:fontconfig \
     33        port:freetype \
     34        port:iconv \
     35        port:libexif \
     36        port:glib2 \
     37        lib:libX11.6:XFree86
     38
     39post-patch {
     40    reinplace "s/-pthread/-lpthread/g" ${worksrcpath}/configure
     41}
     42
     43test.run        yes
     44test.target     check
     45
     46post-destroot {
     47    set docdir ${prefix}/share/doc/${name}-${version}
     48    xinstall -d ${destroot}${docdir}
     49    xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog LICENSE NEWS \
     50        README TODO ${destroot}${docdir}
     51}
    2752
    2853platform darwin 8 {
    2954        configure.compiler      gcc-4.0