From dd4067536b894163facad88cf8bf5624456f5171 Mon Sep 17 00:00:00 2001 From: minskim Date: Sun, 6 Nov 2005 10:36:46 +0000 Subject: Import geos from pkgsrc-wip. Packaged by David Price. GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS). It contain the complete functionality of JTS in C++. It includes all the OpenGIS "Simple Features for SQL" spatial predicate functions and spatial operators,and JTS topology functions like IsValid(). --- geography/geos/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 geography/geos/Makefile (limited to 'geography/geos/Makefile') diff --git a/geography/geos/Makefile b/geography/geos/Makefile new file mode 100644 index 00000000000..097c53c9435 --- /dev/null +++ b/geography/geos/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/06 10:36:46 minskim Exp $ +# + +DISTNAME= geos-2.0.0 +CATEGORIES= geography +MASTER_SITES= http://geos.refractions.net/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= mchittur@cs.nmsu.edu +HOMEPAGE= http://geos.refractions.net/ +COMMENT= C++ port of the Java Topology Suite (JTS) + +USE_PKGLOCALEDIR= yes +USE_LIBTOOL= yes +GNU_CONFIGURE= yes + +USE_LANGUAGES+= c++ + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3