forked from Lainports/freebsd-ports
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
33 lines
895 B
Makefile
33 lines
895 B
Makefile
# Created by: lbartoletti <coder@tuxfamily.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= spatialite_gui
|
|
PORTVERSION= 1.7.1
|
|
PORTREVISION= 8
|
|
CATEGORIES= databases geography
|
|
MASTER_SITES= http://www.gaia-gis.it/gaia-sins/
|
|
|
|
MAINTAINER= lbartoletti@tuxfamily.org
|
|
COMMENT= Graphical User Interface (GUI) tool supporting SpatiaLite
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libgaiagraphics.so:graphics/libgaiagraphics \
|
|
libfreexl.so:textproc/freexl \
|
|
libspatialite.so:databases/spatialite
|
|
|
|
USES= compiler:c++11-lang gmake gnome iconv localbase:ldflags \
|
|
pkgconfig
|
|
USE_WX= 2.8
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= libxml2
|
|
|
|
CPPFLAGS+= `${WX_CONFIG} --cppflags` "-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1"
|
|
LDFLAGS+= ${ICONV_LIB} `${WX_CONFIG} --libs` -lsqlite3
|
|
CONFIGURE_ARGS= CFLAGS="${CFLAGS} ${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_FILES= bin/spatialite_gui
|
|
|
|
.include <bsd.port.mk>
|