a846192d9e
Makefile. Geostatistical analysis including traditional, likelihood-based and Bayesian methods.
19 lines
552 B
Makefile
19 lines
552 B
Makefile
# $NetBSD: Makefile,v 1.8 2012/04/01 18:09:54 brook Exp $
|
|
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/geoR/
|
|
COMMENT= Geostatistical analysis including likelihood-based and Bayesian methods
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
R_PKGNAME= geoR
|
|
R_PKGVER= 1.7-2
|
|
|
|
DEPENDS+= R-RandomFields>=2.0.54:../../math/R-RandomFields
|
|
DEPENDS+= R-sp>=0.9.98:../../math/R-sp
|
|
DEPENDS+= R-splancs>=2.01.31:../../math/R-splancs
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|