summaryrefslogtreecommitdiff
path: root/math/R-geoR/Makefile
blob: 8a026b9da9d1d904c9f00aa5c3836fb702f35acb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.14 2021/09/16 21:25:19 mef Exp $

R_PKGNAME=	geoR
R_PKGVER=	1.8-1

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	Analysis of geostatistical data
LICENSE=	gnu-gpl-v2 OR gnu-gpl-v3

DEPENDS+=	R-RandomFields>=2.0.54:../../math/R-RandomFields
DEPENDS+=	R-sp>=1.3.1:../../math/R-sp
DEPENDS+=	R-splancs>=2.01.39:../../math/R-splancs

# Package suggested but not available: 'scatterplot3d'
#TEST_DEPENDS+=	R-scatterplot3d-[0-9]*:../../

USE_LANGUAGES=	c

.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"