2021-09-18 03:59:15 +02:00
|
|
|
# $NetBSD: Makefile,v 1.3 2021/09/18 01:59:15 mef Exp $
|
2020-08-07 04:43:00 +02:00
|
|
|
|
2021-09-18 03:59:15 +02:00
|
|
|
R_PKGNAME= mnormt
|
|
|
|
R_PKGVER= 2.0.2
|
2020-08-07 04:43:00 +02:00
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/mnormt/
|
|
|
|
COMMENT= Multivariate normal and t distributions
|
|
|
|
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
|
|
|
|
|
2021-09-18 03:59:15 +02:00
|
|
|
DEPENDS+= R-tmvnsim-[0-9]*:../../math/R-tmvnsim
|
2020-08-07 04:43:00 +02:00
|
|
|
|
|
|
|
USE_LANGUAGES+= c fortran
|
|
|
|
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|