a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 23100 2007-03-25 01:44:34Z pipping@macports.org $
PortSystem 1.0
name lzo2
version 2.02
categories archivers
platforms darwin
maintainers nomaintainer@macports.org
description Real-time data compression library
long_description \
LZO is a portable lossless data compression library written in ANSI C. \
It offers pretty fast compression and very fast decompression. \
Decompression requires no memory. \
In addition there are slower compression levels achieving a quite \
competitive compression ratio while still decompressing at \
this very high speed. \
LZO is distributed under the GNU General Public License.
homepage http://www.oberhumer.com/opensource/lzo/
master_sites http://www.oberhumer.com/opensource/lzo/download/
distname lzo-${version}
checksums md5 6760e5819f4238328709bf93bf10071c \
sha1 82e1ae75663623516156542f4975a64d3a264b91 \
rmd160 382154ec7d076e66fdcb6114818193dca180e3ac
configure.args --enable-shared --disable-static
test.run yes
test.target check
destroot.args pkgincludedir=${prefix}/include/lzo2
platform darwin 8 { configure.env-append CC=/usr/bin/gcc-4.0 \
CXX=/usr/bin/g++-4.0 }