Makefile 468 B

1234567891011121314151617181920
  1. # $OpenBSD: Makefile,v 1.5 2017/04/10 11:46:20 sthen Exp $
  2. COMMENT = library for spatial indexing and querying
  3. DISTNAME= spatialindex-src-1.8.5
  4. PKGNAME = ${DISTNAME:S/-src//}
  5. CATEGORIES = geo
  6. SHARED_LIBS = spatialindex 2.0 \
  7. spatialindex_c 0.2 #4.1
  8. # MIT
  9. PERMIT_PACKAGE_CDROM = Yes
  10. HOMEPAGE = http://libspatialindex.github.com/
  11. MASTER_SITES = http://download.osgeo.org/libspatialindex/
  12. CONFIGURE_STYLE = gnu
  13. WANTLIB = m pthread ${LIBCXX}
  14. .include <bsd.port.mk>