16 lines
420 B
Makefile
16 lines
420 B
Makefile
# $NetBSD: Makefile,v 1.5 2009/12/11 19:29:56 adam 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-27
|
|
|
|
DEPENDS+= R-sp>=0.9.26:../../math/R-sp
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|