pkgsrc/math/R-RandomFields/Makefile
brook 638879a8ae Initial import of package.
RandomFields: Simulation and Analysis of Random Fields

Simulation of Gaussian and extreme value random fields; conditional
simulation; kriging.
2012-04-01 17:46:27 +00:00

18 lines
473 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2012/04/01 17:46:27 brook Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/RandomFields/
COMMENT= Simulation and analysis of random fields
# LICENSE= GPL (gnu-gpl-v?)
R_PKGNAME= RandomFields
R_PKGVER= 2.0.54
USE_LANGUAGES+= c c++ fortran
.include "../../math/R/Makefile.extension"
.include "../../math/blas/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"