ef643326b8
mdds 1.2.2 (not-yet-released) * flat_segment_tree * fixed a bug that would cause segmentation faults with the insert() method with out-of-bound segment value pair.
22 lines
656 B
Makefile
22 lines
656 B
Makefile
# $NetBSD: Makefile,v 1.3 2016/09/12 07:38:43 wiz Exp $
|
|
|
|
DISTNAME= mdds-1.2.2
|
|
PKGNAME= ${DISTNAME:S/mdds/mdds1.2/}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://kohei.us/files/mdds/src/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://gitlab.com/mdds/mdds
|
|
COMMENT= Collection of multi-dimensional data structure and indexing algorithms (1.2 branch)
|
|
LICENSE= mit
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake
|
|
PKGCONFIG_OVERRIDE+= misc/mdds.pc.in
|
|
|
|
BUILDLINK_DEPMETHOD.boost-headers?= build
|
|
.include "../../devel/boost-headers/buildlink3.mk"
|
|
.include "../../devel/boost-libs/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|