pkgsrc/math/R-mvtnorm/Makefile
asau dfc6889736 "fortran" -> "fortran77" except where it is clear that it isn't F77.
"fortran" is alias of "fortran77" for now, but it will change later.
2010-07-30 10:36:22 +00:00

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"