a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22346 2007-02-27 04:33:51Z pipping@macports.org $
PortSystem 1.0
name bzip2
version 1.0.4
revision 1
platforms darwin freebsd sunos
categories sysutils archivers
maintainers ryandesign@macports.org openmaintainer@macports.org
description bzip2 compression library and tools
homepage http://www.bzip.org/
master_sites http://www.bzip.org/${version}/
checksums md5 fc310b254f6ba5fbb5da018f04533688 \
sha1 f2388ec8f2c506e02aa89e67577b3c6331cbaa4c \
rmd160 438365cb911ef84b3bd6643e0d39f6b7567f0447
patchfiles patch-Makefile-man.diff \
patch-Makefile-dylib.diff \
patch-Makefile-links.diff
#variant darwin {
# patchfiles-append patch-Makefile-dylib.diff
#}
#
#variant sunos {
# patchfiles-append patch-Makefile-so.diff
#}
platform darwin 7 {
build.env DYLD_LIBRARY_PATH="${worksrcpath}"
}
use_configure no
build.args PREFIX="${prefix}"
destroot.destdir PREFIX="${destroot}/${prefix}"