c3e5992598
Upstream changes please visit: http://ftp5.gwdg.de/pub/misc/cran/web/packages/Rcpp/news.html
36 lines
901 B
Makefile
36 lines
901 B
Makefile
# $NetBSD: Makefile,v 1.2 2015/09/26 14:26:15 wen Exp $
|
|
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/Rcpp/
|
|
COMMENT= Seamless R and C++ Integration
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
R_PKGNAME= Rcpp
|
|
R_PKGVER= 0.12.1
|
|
|
|
USE_LANGUAGES+= c++
|
|
|
|
REPLACE_R+= inst/examples/*/*.R
|
|
REPLACE_R+= inst/examples/*/*.r
|
|
REPLACE_R+= inst/unitTests/*.R
|
|
|
|
REPLACE_RSCRIPT+= inst/discovery/cxx0x.R
|
|
|
|
REPLACE_SH+= inst/examples/ConvolveBenchmarks/buildAndRun.sh
|
|
REPLACE_SH+= inst/examples/ConvolveBenchmarks/overhead.sh
|
|
|
|
REPLACE_INTERPRETER+= R
|
|
REPLACE.R.old= .*/r
|
|
REPLACE.R.new= ${PREFIX}/bin/R
|
|
REPLACE_FILES.R= ${REPLACE_R}
|
|
|
|
REPLACE_INTERPRETER+= Rscript
|
|
REPLACE.Rscript.old= .*Rscript
|
|
REPLACE.Rscript.new= ${PREFIX}/bin/Rscript
|
|
REPLACE_FILES.Rscript= ${REPLACE_RSCRIPT}
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|