# $Id: Portfile,v 1.2 2006/01/12 07:07:16 mww Exp $

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
}
