Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0

name zip
version 2.32
categories archivers
description compression utility
maintainers nomaintainer@macports.org
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.
homepage http://www.info-zip.org/pub/infozip/Zip.html
master_sites ftp://sunsite.icm.edu.pl/pub/unix/archiving/info-zip/src/
distname ${name}232
patchfiles patch-Makefile.diff
checksums md5 8a4da4460386e324debe97f3b7fe4d96 \
sha1 5bc562bf95d9aee0cb6625e6038898e1f191a4aa \
rmd160 6b9326c8a60bc6bf08825e416140fd0ca8a6a7f1
worksrcdir ${name}-${version}
use_configure no
build.target
build.args -f unix/Makefile generic
destroot.args -f unix/Makefile BINDIR=${destroot}${prefix}/bin \
MANDIR=${destroot}${prefix}/share/man/man1

files