Makefile 541 B

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