2013-09-20 18:13:47 +02:00
|
|
|
# Created by: lbartoletti <coder@tuxfamily.org>
|
2012-07-02 16:28:11 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= spatialite_gui
|
2013-12-01 14:58:50 +01:00
|
|
|
PORTVERSION= 1.7.1
|
2014-12-20 18:12:36 +01:00
|
|
|
PORTREVISION= 5
|
2013-12-01 14:58:50 +01:00
|
|
|
CATEGORIES= databases geography
|
2012-07-02 16:28:11 +02:00
|
|
|
MASTER_SITES= http://www.gaia-gis.it/gaia-sins/
|
|
|
|
|
|
|
|
MAINTAINER= coder@tuxfamily.org
|
|
|
|
COMMENT= Graphical User Interface (GUI) tool supporting SpatiaLite
|
|
|
|
|
2014-05-11 00:31:15 +02:00
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2013-12-01 14:58:50 +01:00
|
|
|
LIB_DEPENDS= libgaiagraphics.so:${PORTSDIR}/graphics/libgaiagraphics \
|
|
|
|
libfreexl.so:${PORTSDIR}/textproc/freexl \
|
|
|
|
libspatialite.so:${PORTSDIR}/databases/spatialite
|
2012-07-02 16:28:11 +02:00
|
|
|
|
|
|
|
USE_WX= 2.8
|
|
|
|
WANT_UNICODE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2013-12-01 14:58:50 +01:00
|
|
|
USE_GNOME= libxml2
|
|
|
|
USES= gmake pkgconfig iconv
|
|
|
|
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
2012-07-02 16:28:11 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include `${WX_CONFIG} --cppflags`
|
2013-09-04 20:06:07 +02:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} `${WX_CONFIG} --libs`
|
2013-12-01 14:58:50 +01:00
|
|
|
CONFIGURE_ARGS= CFLAGS="${CFLAGS} ${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
2012-07-02 16:28:11 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
PLIST_FILES= bin/spatialite_gui
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|