Ticket #12872: libgdiplus-1.2.5.diff
File libgdiplus-1.2.5.diff, 1.6 KB (added by nox@…, 17 years ago) |
---|
-
Portfile
1 1 # $Id$ 2 2 3 PortSystem 1.03 PortSystem 1.0 4 4 5 5 name libgdiplus 6 version 1.1.9.2 7 revision 1 6 version 1.2.5 8 7 categories devel 9 8 platforms darwin 10 9 maintainers stechert@macports.org … … 14 13 the .NET Development Framework including a C# compiler. 15 14 16 15 homepage http://www.go-mono.com/ 17 master_sites ${homepage}/sources/libgdiplus-1.1/ 18 checksums md5 a63218ce67205ed097a62ed618b0c423 16 master_sites ${homepage}sources/libgdiplus/ 17 use_bzip2 yes 18 19 checksums md5 82bbf6ca86b85e5148a15d8d88c6e548 \ 20 sha1 871e71c59680e602716b41caaa13655d1d55d229 \ 21 rmd160 84ecbb58edea5deb91b140e11461fb6fcf8b0f28 22 23 depends_build port:pkgconfig 19 24 20 25 depends_lib port:jpeg \ 21 26 port:tiff \ 22 27 port:libungif \ 23 28 port:libpng \ 24 port:pkgconfig \ 29 port:render \ 30 port:xrender \ 25 31 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 39 post-patch { 40 reinplace "s/-pthread/-lpthread/g" ${worksrcpath}/configure 41 } 42 43 test.run yes 44 test.target check 45 46 post-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 } 27 52 28 53 platform darwin 8 { 29 54 configure.compiler gcc-4.0