# $Id: Portfile,v 1.10 2004/12/27 05:58:20 toby Exp $ PortSystem 1.0 name zlib version 1.2.2 revision 1 categories archivers maintainers landonf@opendarwin.org description zlib lossless data-compression library long_description \ zlib is designed to be a free, general-purpose, \ legally unencumbered, lossless data-compression \ library for use on virtually any computer hardware \ and operating system. homepage http://www.zlib.net/ platforms darwin master_sites ${homepage} use_bzip2 yes checksums md5 1b8aab042d40979e456194c468fd72c5 patchfiles patch-configure configure.args --shared test.run yes destroot.destdir prefix=${destroot}${prefix} post-destroot { system "cd ${worksrcpath} && ./configure" system "cd ${worksrcpath} && make" xinstall ${worksrcpath}/libz.a ${destroot}${prefix}/lib }