Ticket #14070: libgdiplus-1.2.6.diff
File libgdiplus-1.2.6.diff, 1.6 KB (added by nox@…, 17 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name libgdiplus 6 version 1.2.5 7 revision 2 6 version 1.2.6 8 7 categories devel 9 8 platforms darwin 10 9 maintainers stechert@macports.org … … 13 12 effort to create an open source implementation of \ 14 13 the .NET Development Framework including a C# compiler. 15 14 16 homepage http://www. go-mono.com/17 master_sites ${homepage}/sources/libgdiplus/15 homepage http://www.mono-project.com/Libgdiplus 16 master_sites http://www.go-mono.com/sources/libgdiplus/ 18 17 use_bzip2 yes 19 checksums md5 82bbf6ca86b85e5148a15d8d88c6e548\20 sha1 871e71c59680e602716b41caaa13655d1d55d229\21 rmd160 84ecbb58edea5deb91b140e11461fb6fcf8b0f28 18 checksums md5 dfe8e43a49b4aa40ab5b7cf53bf83675 \ 19 sha1 57321ab24b9fe1f821e39e3cffdf8c16a2e9677b \ 20 rmd160 9eeb1f3859017e1b73d7b49d96cb103413a806b6 22 21 23 22 depends_build port:pkgconfig 24 23 … … 49 48 xinstall -d ${destroot}${docdir} 50 49 xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog LICENSE NEWS \ 51 50 README TODO ${destroot}${docdir} 52 } 51 } 53 52 54 53 platform darwin 8 { 55 54 configure.compiler gcc-4.0 56 55 } 57 56 57 variant pango description {Enable Pango font rendering support (experimental)} { 58 depends_lib-append port:cairo \ 59 port:pango 60 61 configure.args-append --with-cairo=system \ 62 --with-pango 63 } 64 58 65 livecheck.check regex 59 livecheck.url ${homepage}sources-stable/66 livecheck.url http://www.go-mono.com/sources-stable/ 60 67 livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)