a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 23053 2007-03-23 20:35:47Z pipping@macports.org $
PortSystem 1.0
name unzip
version 5.52
maintainers nomaintainer@macports.org
categories sysutils
master_sites \
http://www.mirror.ac.uk/sites/ftp.info-zip.org/pub/infozip/src/ \
ftp://sunsite.icm.edu.pl/pub/unix/archiving/info-zip/src/ \
http://sunsite.cnlab-switch.ch/ftp/mirror/infozip/src/ \
ftp://sunsite.cnlab-switch.ch/mirror/infozip/src/ \
ftp://ftp.info-zip.org/pub/infozip/src/
checksums md5 9d23919999d6eac9217d1f41472034a9
homepage http://www.info-zip.org/pub/infozip/UnZip.html
description Decompression compatible with pkunzip
distname ${name}552
worksrcdir ${name}-${version}
use_configure no
build.target
build.args -f unix/Makefile macosx MANDIR=${destroot}${prefix}/share/man/man1
destroot.args -f unix/Makefile install BINDIR=${destroot}${prefix}/bin \
MANDIR=${destroot}${prefix}/share/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. \