6b365484d6
Noted by <wiz> - thank you very much!
19 lines
522 B
Makefile
19 lines
522 B
Makefile
# $NetBSD: Makefile,v 1.8 2013/03/19 01:22:55 bubuchka Exp $
|
|
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= mishka@NetBSD.org
|
|
HOMEPAGE= http://www.bigmemory.org/
|
|
COMMENT= Manage massive matrices with shared memory and memory-mapped files
|
|
LICENSE= gnu-lgpl-v3
|
|
|
|
R_PKGNAME= bigmemory
|
|
R_PKGVER= 4.3.0
|
|
|
|
USE_LANGUAGES= c++
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../wip/R-bigmemory.sri/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|