View | Details | Raw Unified | Return to bug 189625
Collapse All | Expand All

(-)b/databases/spatialite_gui/Makefile (-2 / +3 lines)
Lines 3-15 Link Here
3
3
4
PORTNAME=	spatialite_gui
4
PORTNAME=	spatialite_gui
5
PORTVERSION=	1.7.1
5
PORTVERSION=	1.7.1
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	databases geography
7
CATEGORIES=	databases geography
8
MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/
8
MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/
9
9
10
MAINTAINER=	coder@tuxfamily.org
10
MAINTAINER=	coder@tuxfamily.org
11
COMMENT=	Graphical User Interface (GUI) tool supporting SpatiaLite
11
COMMENT=	Graphical User Interface (GUI) tool supporting SpatiaLite
12
12
13
LICENSE=	GPLv3
14
13
LIB_DEPENDS=	libgaiagraphics.so:${PORTSDIR}/graphics/libgaiagraphics \
15
LIB_DEPENDS=	libgaiagraphics.so:${PORTSDIR}/graphics/libgaiagraphics \
14
		libfreexl.so:${PORTSDIR}/textproc/freexl \
16
		libfreexl.so:${PORTSDIR}/textproc/freexl \
15
		libspatialite.so:${PORTSDIR}/databases/spatialite
17
		libspatialite.so:${PORTSDIR}/databases/spatialite
Lines 28-32 Link Here
28
30
29
PLIST_FILES=	bin/spatialite_gui
31
PLIST_FILES=	bin/spatialite_gui
30
32
31
NO_STAGE=	yes
32
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)b/databases/spatialite_gui/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
spatialite-gui is an open source Graphical User Interface (GUI)
1
spatialite-gui is an open source Graphical User Interface (GUI)
2
tool supporting SpatiaLite.
2
tool supporting SpatiaLite.
3
3
4
WWW:	https://www.gaia-gis.it/fossil/spatialite_gui/index
4
WWW: https://www.gaia-gis.it/fossil/spatialite_gui/index

Return to bug 189625