dfc6889736
"fortran" is alias of "fortran77" for now, but it will change later.
16 lines
396 B
Makefile
16 lines
396 B
Makefile
# $NetBSD: Makefile,v 1.8 2010/07/30 10:36:26 asau Exp $
|
|
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/mvtnorm/
|
|
COMMENT= Computes the multivariate normal and t distribution
|
|
|
|
R_PKGNAME= mvtnorm
|
|
R_PKGVER= 0.9-8
|
|
|
|
USE_LANGUAGES= c fortran77
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|