summaryrefslogtreecommitdiff
path: root/geography/geos/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2005-11-06 10:36:46 +0000
committerminskim <minskim>2005-11-06 10:36:46 +0000
commitdd4067536b894163facad88cf8bf5624456f5171 (patch)
treefeaf36985a191ad99b2f886817c68023f7e3694a /geography/geos/Makefile
parent91aec2773bf09be5d3ebe66ea7878a5200cc7765 (diff)
downloadpkgsrc-dd4067536b894163facad88cf8bf5624456f5171.tar.gz
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().
Diffstat (limited to 'geography/geos/Makefile')
-rw-r--r--geography/geos/Makefile19
1 files changed, 19 insertions, 0 deletions
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"