5f54574a00
SpatiaLite is an open source library intended to extend the SQLite core to support fully fledged Spatial SQL capabilities. It provides a complete and powerful Spatial DBMS (mostly OGC-SFS compliant). It is to sqlite what postgis is to postgresql. freexl-1.0.0e: extract valid data from within an Excel spreadsheet readosm-1.0.0b: library to extract data from OSM files libspatialite-4.0.0: sqlite extented with spatial SQL capabilities libgaiagraphics-0.5: common-utility raster handling methods, used by spatialite_gui librasterlite-1.1f: store rasters coverages within spatialite, used byspatialite_gis spatialite-tools-4.0.0: CLI tools for spatialite spatialite_gis-1.0.0c: minimalistic GIS on top of spatialite and rasterlite spatialige_gui-1.6.0: GUI for spatialite ok/tweaks ajacoutot@
15 lines
357 B
Makefile
15 lines
357 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2013/03/20 21:55:28 landry Exp $
|
|
|
|
COMMENT= sqlite extented with spatial SQL capabilities
|
|
PROJECT = libspatialite
|
|
DISTNAME = ${PROJECT}-4.0.0
|
|
SHARED_LIBS = spatialite 0.0 #5.1
|
|
|
|
LIB_DEPENDS += geo/spatialite/freexl \
|
|
geo/geos \
|
|
devel/proj
|
|
|
|
WANTLIB += freexl geos geos_c m proj pthread sqlite3 stdc++
|
|
|
|
.include <bsd.port.mk>
|