Ticket #15162: libpng.diff
File libpng.diff, 1.1 KB (added by afb@…, 17 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name libpng 6 version 1.2.2 66 version 1.2.28 7 7 categories graphics 8 8 maintainers ryandesign waqar@macports.org 9 9 platforms darwin openbsd freebsd sunos linux … … 25 25 only supports C. Support for other languages is being considered. 26 26 27 27 checksums \ 28 md5 1f743f4a3e5a9c12ea16eff0c60c3f8e \29 sha1 f8a0c4631d24cd527e4ed9c1c233fb34c5f1d01e\30 rmd160 c9aeb5afff2f3f61bc93b8e5b776110fcb80ad0928 md5 c981a7014fc695e354d2f2cac3a6742e \ 29 sha1 17ca5906a8c78a4c97631912e78aada8a2951891 \ 30 rmd160 bb256a68fe178c4018d935d03aabe529d861a88e 31 31 32 32 depends_lib \ 33 port:zlib 33 port:zlib port:libtool port:autoconf port:automake 34 34 35 pre-configure { reinplace "s/libtoolize/glibtoolize/" "${worksrcpath}/autogen.sh" 36 system "cd ${worksrcpath} && ./autogen.sh" } 37 35 38 test.run yes 36 39 test.target check 37 40