diff options
author | pawel <pawel@FreeBSD.org> | 2012-07-02 22:28:11 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-07-02 22:28:11 +0800 |
commit | 02a1008796eedc07d635cd52099e7654383936dc (patch) | |
tree | 50e5038d9f1eb497058d4ca337cfa22bcfde2264 | |
parent | dc9aad8705528be3ccbafc08520ff17db182c12f (diff) | |
download | freebsd-ports-gnome-02a1008796eedc07d635cd52099e7654383936dc.tar.gz freebsd-ports-gnome-02a1008796eedc07d635cd52099e7654383936dc.tar.zst freebsd-ports-gnome-02a1008796eedc07d635cd52099e7654383936dc.zip |
spatialite-gui is an open source Graphical User Interface (GUI)
tool supporting SpatiaLite.
WWW: https://www.gaia-gis.it/fossil/spatialite_gui/index
PR: ports/169181
Submitted by: lbartoletti <coder@tuxfamily.org>
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/spatialite_gui/Makefile | 34 | ||||
-rw-r--r-- | databases/spatialite_gui/distinfo | 2 | ||||
-rw-r--r-- | databases/spatialite_gui/pkg-descr | 4 |
4 files changed, 41 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index d699284d160b..f9cee12a34e8 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -822,6 +822,7 @@ SUBDIR += slony1v2 SUBDIR += soci SUBDIR += spatialite + SUBDIR += spatialite_gui SUBDIR += sqlbuddy SUBDIR += sqlcached SUBDIR += sqlclient diff --git a/databases/spatialite_gui/Makefile b/databases/spatialite_gui/Makefile new file mode 100644 index 000000000000..be081f423e0a --- /dev/null +++ b/databases/spatialite_gui/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: spatialite-gui +# Date created: 2012-06-14 +# Whom: lbartoletti <coder@tuxfamily.org> +# +# $FreeBSD$ +# + +PORTNAME= spatialite_gui +PORTVERSION= 1.5.0 +CATEGORIES= databases +MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-stable + +MAINTAINER= coder@tuxfamily.org +COMMENT= Graphical User Interface (GUI) tool supporting SpatiaLite + +LIB_DEPENDS= gaiagraphics:${PORTSDIR}/graphics/libgaiagraphics \ + freexl:${PORTSDIR}/textproc/freexl \ + spatialite:${PORTSDIR}/databases/spatialite + +USE_WX= 2.8 +WANT_UNICODE= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_ICONV= yes +USE_GNOME= pkgconfig +CPPFLAGS+= -I${LOCALBASE}/include `${WX_CONFIG} --cppflags` +LDFLAGS+= -L${LOCALBASE}/lib -liconv `${WX_CONFIG} --libs` +CONFIGURE_ARGS+=CFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +USE_LDCONFIG= yes + +PLIST_FILES= bin/spatialite_gui + +.include <bsd.port.mk> diff --git a/databases/spatialite_gui/distinfo b/databases/spatialite_gui/distinfo new file mode 100644 index 000000000000..d8f61b89713b --- /dev/null +++ b/databases/spatialite_gui/distinfo @@ -0,0 +1,2 @@ +SHA256 (spatialite_gui-1.5.0-stable.tar.gz) = 4d531954b3e2a0fbd147d7df77dbb8aa83634fe0349d454e904031278b836494 +SIZE (spatialite_gui-1.5.0-stable.tar.gz) = 1019221 diff --git a/databases/spatialite_gui/pkg-descr b/databases/spatialite_gui/pkg-descr new file mode 100644 index 000000000000..fc49e9dedeeb --- /dev/null +++ b/databases/spatialite_gui/pkg-descr @@ -0,0 +1,4 @@ +spatialite-gui is an open source Graphical User Interface (GUI) +tool supporting SpatiaLite. + +WWW: https://www.gaia-gis.it/fossil/spatialite_gui/index |