summaryrefslogtreecommitdiff
path: root/geography/libspatialite/buildlink3.mk
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2015-11-27 14:03:33 +0000
committeradam <adam@pkgsrc.org>2015-11-27 14:03:33 +0000
commit2462d560b9769699da055608b670cb5bc30e3c6b (patch)
treeabe18209218cf82b99fc2f9321a4e97d7fe61ac5 /geography/libspatialite/buildlink3.mk
parentfb5cb490a670f2c3de623f81645a6355751cb0a6 (diff)
downloadpkgsrc-2462d560b9769699da055608b670cb5bc30e3c6b.tar.gz
SpatiaLite is an open source library intended to extend the SQLite core to
support fully fledged Spatial SQL capabilities. SQLite is intrinsically simple and lightweight: * a single lightweight library implementing the full SQL engine * standard SQL implementation: almost complete SQL-92 * no complex client/server architecture * a whole database simply corresponds to a single monolithic file (no size limits) * any DB-file can be safely exchanged across different platforms, because the internal architecture is universally portable * no installation, no configuration SpatiaLite is smoothly integrated into SQLite to provide a complete and powerful Spatial DBMS (mostly OGC-SFS compliant). Using SQLite + SpatiaLite you can effectively deploy an alternative open source Spatial DBMS roughly equivalent to PostgreSQL + PostGIS.
Diffstat (limited to 'geography/libspatialite/buildlink3.mk')
-rw-r--r--geography/libspatialite/buildlink3.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/geography/libspatialite/buildlink3.mk b/geography/libspatialite/buildlink3.mk
new file mode 100644
index 00000000000..89f0bbd8143
--- /dev/null
+++ b/geography/libspatialite/buildlink3.mk
@@ -0,0 +1,19 @@
+# $NetBSD: buildlink3.mk,v 1.1 2015/11/27 14:03:33 adam Exp $
+
+BUILDLINK_TREE+= libspatialite
+
+.if !defined(LIBSPATIALITE_BUILDLINK3_MK)
+LIBSPATIALITE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libspatialite+= libspatialite>=4.3.0a
+BUILDLINK_PKGSRCDIR.libspatialite?= ../../geography/libspatialite
+
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../databases/sqlite3/buildlink3.mk"
+.include "../../geography/geos/buildlink3.mk"
+.include "../../geography/proj/buildlink3.mk"
+.include "../../textproc/freexl/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.endif # LIBSPATIALITE_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -libspatialite