12345678910111213141516171819202122 |
- # $OpenBSD: Makefile,v 1.8 2017/04/10 11:46:20 sthen Exp $
- COMMENT= sqlite extented with spatial SQL capabilities
- PROJECT = libspatialite
- DISTNAME = ${PROJECT}-4.3.0a
- SHARED_LIBS = spatialite 1.1 # 8.0.1
- REVISION = 0
- LIB_DEPENDS += converters/libiconv \
- databases/sqlite3 \
- geo/spatialite/freexl \
- textproc/libxml \
- geo/geos>=3.4.0 \
- devel/proj
- WANTLIB += freexl geos geos_c iconv m proj pthread sqlite3 ${LIBCXX} xml2 lzma z
- # needed for check_extension test to succeed
- TEST_DEPENDS = ${BUILD_PKGPATH}
- .include <bsd.port.mk>
|