2021-09-16 23:25:19 +02:00
|
|
|
# $NetBSD: Makefile,v 1.14 2021/09/16 21:25:19 mef Exp $
|
2005-11-04 09:13:43 +01:00
|
|
|
|
2019-08-08 21:53:36 +02:00
|
|
|
R_PKGNAME= geoR
|
2021-09-16 23:25:19 +02:00
|
|
|
R_PKGVER= 1.8-1
|
2005-11-04 09:13:43 +01:00
|
|
|
|
2012-04-01 20:09:54 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2019-07-31 21:32:49 +02:00
|
|
|
COMMENT= Analysis of geostatistical data
|
|
|
|
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
|
2005-11-04 09:13:43 +01:00
|
|
|
|
2012-04-01 20:09:54 +02:00
|
|
|
DEPENDS+= R-RandomFields>=2.0.54:../../math/R-RandomFields
|
2019-07-31 21:32:49 +02:00
|
|
|
DEPENDS+= R-sp>=1.3.1:../../math/R-sp
|
|
|
|
DEPENDS+= R-splancs>=2.01.39:../../math/R-splancs
|
|
|
|
|
2021-09-16 23:25:19 +02:00
|
|
|
# Package suggested but not available: 'scatterplot3d'
|
|
|
|
#TEST_DEPENDS+= R-scatterplot3d-[0-9]*:../../
|
|
|
|
|
2019-07-31 21:32:49 +02:00
|
|
|
USE_LANGUAGES= c
|
2005-11-04 09:13:43 +01:00
|
|
|
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|