a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20398 2006-11-03 02:11:59Z jberry@macports.org $
PortSystem 1.0
name ucl
version 1.03
categories archivers
platforms darwin
maintainers nomaintainer@macports.org
description A data compression library with low memory usage
long_description ${description}
homepage http://www.oberhumer.com/opensource/ucl/
master_sites http://www.oberhumer.com/opensource/ucl/download/
checksums md5 852bd691d8abc75b52053465846fba34
configure.args --enable-shared
platform darwin 8 {
configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}