summaryrefslogtreecommitdiff
path: root/geography/spatialindex/Makefile
blob: eb996053ceae275d76be8e85dda4219276279aa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.1 2015/11/27 17:51:58 adam Exp $

DISTNAME=	spatialindex-src-1.8.5
PKGNAME=	${DISTNAME:S/-src//}
CATEGORIES=	geography
MASTER_SITES=	http://download.osgeo.org/libspatialindex/
EXTRACT_SUFX=	.tar.bz2

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://libspatialindex.github.io/
COMMENT=	Robust spatial indexing methods
LICENSE=	mit

USE_LANGUAGES=		c c++
USE_LIBTOOL=		yes
GNU_CONFIGURE=		yes
PKGCONFIG_OVERRIDE=	src/libspatialindex.pc.in

.include "../../mk/bsd.pkg.mk"