opnsense-ports/math/R-cran-RcppArmadillo/Makefile
Franco Fichtner 7135e34060 */*: sync with upstream
Taken from: FreeBSD
2016-04-09 16:19:36 +02:00

21 lines
460 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= RcppArmadillo
PORTVERSION= 0.6.700.3.0
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Rcpp integration for Armadillo templated linear algebra library
LICENSE= GPLv2+
RUN_DEPENDS= R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp
USES= cran:auto-plist
post-patch:
@${REINPLACE_CMD} -e '/bin\//s|bash|sh|' ${WRKSRC}/configure
.include <bsd.port.mk>