landry 5f54574a00 Import the whole spatialite stack.
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@
2013-03-20 21:55:28 +00:00

12 lines
246 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2013/03/20 21:55:28 landry Exp $
COMMENT = library to extract data from OSM files
PROJECT = readosm
DISTNAME = ${PROJECT}-1.0.0b
SHARED_LIBS = readosm 0.0 #1.0
MODULES =
WANTLIB += expat z
.include <bsd.port.mk>