# $Id: Portfile,v 1.2 2004/04/03 09:44:30 mww Exp $ PortSystem 1.0 name libzzip version 0.10.82 categories archivers devel platforms darwin maintainers mww@opendarwin.org description library providing read access on ZIP-archives long_description The ZZIPlib provides read access on ZIP-archives. The \ library uses only the patent-free \ compression-algorithms supported by Zlib. It provides \ functions that transparently access files being either \ real files or zipped files, both with the same filepath. homepage http://zziplib.sourceforge.net/ master_sites sourceforge:zziplib distname zziplib-${version} checksums md5 a6538f6c44ceeed0ed7e8e356f444168 use_bzip2 yes depends_lib lib:libz:zlib depends_build bin:pkg-config:pkgconfig destroot.destdir prefix=${destroot}${prefix} post-destroot { file delete -force ${destroot}${prefix}/lib/pkgconfig \ ${destroot}${prefix}/share/aclocal xinstall -d -m 755 ${destroot}${prefix}/share/doc file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name} }