20 lines
466 B
Makefile

# $OpenBSD: Makefile,v 1.4 2015/09/20 07:58:20 landry 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 stdc++
.include <bsd.port.mk>