19 lines
568 B
Makefile
19 lines
568 B
Makefile
COMMENT = CLI tools for spatialite
|
|
PROJECT = spatialite-tools
|
|
DISTNAME = ${PROJECT}-5.0.1
|
|
REVISION = 1
|
|
|
|
LIB_DEPENDS += converters/libiconv \
|
|
databases/sqlite3 \
|
|
geo/spatialite/libspatialite>=5.0.1 \
|
|
geo/spatialite/readosm
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX}
|
|
WANTLIB += c curses expat freexl geos geos_c iconv lzma m proj pthread
|
|
WANTLIB += readline readosm spatialite sqlite3 xml2 z
|
|
WANTLIB += crypto curl jpeg nghttp2 ssl tiff zstd bz2 minizip rttopo
|
|
WANTLIB += nghttp3 ngtcp2 ngtcp2_crypto_openssl
|
|
|
|
COMPILER = base-clang ports-gcc base-gcc
|
|
|
|
.include <bsd.port.mk>
|