Ticket #7996: Portfile.diff
File Portfile.diff, 1.0 KB (added by IngmarStein@…, 19 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name pngcrush 5 version 1. 5.106 revision 25 version 1.6.2 6 revision 0 7 7 categories graphics 8 8 description optimizer for PNG files 9 9 long_description pngcrush reads in a PNG image, and writes it out \ … … 17 17 platforms darwin freebsd 18 18 maintainers michaelm@opendarwin.org 19 19 master_sites sourceforge:pmt 20 checksums md5 a659cc4d9f7cf57bbc979193a054704f 20 checksums md5 ca036dc08ffe1f47b43f6d19d93a1af4 \ 21 sha1 2038863627dfe1fb840c94f5805b2d8b74bba2a6 21 22 use_bzip2 yes 22 23 23 24 configure {} 24 build.args -f Makefile.gcc25 25 destroot { 26 26 xinstall -m 755 -d ${destroot}${prefix}/bin 27 27 xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin 28 28 } 29 29 30 30 platform darwin 8 { 31 build.args-append CC= /usr/bin/gcc-4.031 build.args-append CC="/usr/bin/gcc-4.0 -DPNG_NO_ASSEMBLER_CODE" 32 32 }