81648a72c1
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().
19 lines
422 B
Makefile
19 lines
422 B
Makefile
# $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"
|