# $Id: Portfile,v 1.2 2003/03/03 07:14:59 mij Exp $ PortSystem 1.0 name zip version 2.3 categories sysutils description compression utility homepage http://www.info-zip.org/pub/infozip/Zip.html master_sites ftp://ftp.uu.net/pub/archiving/zip/src/ distname ${name}23 checksums md5 5206a99541f3b0ab90f1baa167392c4f #patchfiles patch-Makefile patch-zip.c patch-ziperr.h \ # patch-configure patch-zipcloak.c patch-zipsplit.c worksrcdir ${name}-${version} configure {} build.target build.args -f unix/Makefile generic install.args -f unix/Makefile BINDIR=${destroot}${prefix}/bin MANDIR=${destroot}${prefix}/man/man1 long_description Zip is different from gzip in that it allows packing multiple \ files into a single archive (without the assistance of tar). It is compatible with\ pkzip, pkunzip, and other Windows zip utilities. This utility is necessary to\ install several packages in a pure Darwin installation, as Darwin does not come with zip/unzip.