summaryrefslogtreecommitdiff
path: root/math/R-geoR/Makefile
blob: 6248df6977da5cb52c6b1d9fa15768fa6c3e0f4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.6 2011/11/20 05:09:34 markd Exp $

CATEGORIES=	math
MASTER_SITES=	${MASTER_SITE_R_CRAN:=contrib/}

MAINTAINER=	mchittur@cs.nmsu.edu
HOMEPAGE=	${R_HOMEPAGE_BASE}/geoR/
COMMENT=	Geostatistical analysis including likelihood-based and Bayesian methods

R_PKGNAME=	geoR
R_PKGVER=	1.6-36

DEPENDS+=	R-sp>=0.9.26:../../math/R-sp

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