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