summaryrefslogtreecommitdiff
path: root/databases/spatialite_gui/Makefile
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-05-10 22:31:15 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-05-10 22:31:15 +0000
commita3a0a272d9b839b5517f2b6660fc3fcd780ffb8a (patch)
tree7fcac6fa02c28c9e68fe9be5a3b9d81af91e94b5 /databases/spatialite_gui/Makefile
parent- Change AUTOTOOLS=libtool to USES=libtool. (diff)
- Support staging.
- Set LICENSE. PR: ports/189625 Submitted by: lbartoletti <coder@tuxfamily.org> (maintainer)
Notes
Notes: svn path=/head/; revision=353625
Diffstat (limited to 'databases/spatialite_gui/Makefile')
-rw-r--r--databases/spatialite_gui/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/spatialite_gui/Makefile b/databases/spatialite_gui/Makefile
index 7ef123cb10e4..c72403c3d842 100644
--- a/databases/spatialite_gui/Makefile
+++ b/databases/spatialite_gui/Makefile
@@ -10,6 +10,8 @@ MASTER_SITES= http://www.gaia-gis.it/gaia-sins/
MAINTAINER= coder@tuxfamily.org
COMMENT= Graphical User Interface (GUI) tool supporting SpatiaLite
+LICENSE= GPLv3
+
LIB_DEPENDS= libgaiagraphics.so:${PORTSDIR}/graphics/libgaiagraphics \
libfreexl.so:${PORTSDIR}/textproc/freexl \
libspatialite.so:${PORTSDIR}/databases/spatialite
@@ -28,5 +30,4 @@ USE_LDCONFIG= yes
PLIST_FILES= bin/spatialite_gui
-NO_STAGE= yes
.include <bsd.port.mk>