Portfile

# $Id: Portfile 20456 2006-11-03 15:10:31Z blair@macports.org $

PortSystem 1.0

name geos
version 2.2.1
categories science
maintainers opendarwin@gaige.net
description GEOS Geomety Engine - Open Source
long_description A C++ port of the Java Toplogy Suite, providing \
OpenGIS Simple Featuers for SQL spatial predicate functions \
and spatial operators, as well as specific JTS topology \
functions. Used by PostGIS.
homepage http://geos.refractions.net/
master_sites ${homepage}
use_bzip2 yes
checksums md5 272132bfb64422915d0f748f5e26932b

platform darwin 8 {
configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}