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@
14 lines
303 B
Makefile
14 lines
303 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2013/03/20 21:55:28 landry Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += freexl
|
|
SUBDIR += gis
|
|
SUBDIR += gui
|
|
SUBDIR += libgaiagraphics
|
|
SUBDIR += librasterlite
|
|
SUBDIR += libspatialite
|
|
SUBDIR += readosm
|
|
SUBDIR += tools
|
|
|
|
.include <bsd.port.subdir.mk>
|