mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
37 lines
903 B
Makefile
37 lines
903 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/09/19 20:12:51 brook 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.11.2
|
|
|
|
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"
|