# $Id: Portfile,v 1.11 2005/07/13 15:30:45 mww Exp $ PortSystem 1.0 name pngcrush version 1.5.10 revision 2 categories graphics description optimizer for PNG files long_description pngcrush reads in a PNG image, and writes it out \ again, with the optimum filter_type and zlib_level. \ It uses brute force (trying filter_type none, and \ libpng adaptive filtering, with compression levels 3 \ and 9). It does the most time-consuming method last \ in case it turns out to be the best. Optionally, it can \ remove unwanted chunks or add gAMA and sRGB chunks. homepage http://pmt.sourceforge.net/pngcrush/ platforms darwin freebsd maintainers michaelm@opendarwin.org master_sites freebsd sourceforge:pmt checksums md5 6118ef30738095223c2c01500cf04519 configure {} build.args -f Makefile.gcc destroot { xinstall -m 755 -d ${destroot}${prefix}/bin xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin }