32077c8d6d
MASTER_SITES is defined in math/R/Makefile.extension, which should be included by all R packages. Therefore, MASTER_SITES should not be define in a Makefile for an R package.
16 lines
372 B
Makefile
16 lines
372 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/08/09 16:42:15 brook Exp $
|
|
|
|
CATEGORIES= math R
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/mnormt/
|
|
COMMENT= Multivariate normal and t distributions
|
|
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
|
|
|
|
R_PKGNAME= mnormt
|
|
R_PKGVER= 1.5-6
|
|
|
|
USE_LANGUAGES+= c fortran
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|