2019-08-08 21:53:36 +02:00
|
|
|
# $NetBSD: Makefile,v 1.5 2019/08/08 19:53:44 brook Exp $
|
2016-02-25 02:09:37 +01:00
|
|
|
|
2019-08-08 21:53:36 +02:00
|
|
|
R_PKGNAME= FNN
|
|
|
|
R_PKGVER= 1.1.3
|
|
|
|
CATEGORIES= math
|
2016-02-25 02:09:37 +01:00
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2019-07-31 20:08:50 +02:00
|
|
|
COMMENT= Fast nearest neighbor search algorithms and applications
|
|
|
|
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
|
2016-02-25 02:09:37 +01:00
|
|
|
|
2018-12-21 03:59:50 +01:00
|
|
|
USE_LANGUAGES+= c c++
|
2016-02-25 02:09:37 +01:00
|
|
|
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|