diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-05-08 08:13:40 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-05-08 08:13:40 +0000 |
commit | 20991137bf7c2953b52192690b3c958283de3d05 (patch) | |
tree | 6eb4ed79e0633475ffd13ede5d0cdd3e4a86c1d9 /math/R-cran-inline/Makefile | |
parent | 97b0c83295eb4012df48bfbc5e14022911f83404 (diff) |
Notes
Diffstat (limited to 'math/R-cran-inline/Makefile')
-rw-r--r-- | math/R-cran-inline/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/math/R-cran-inline/Makefile b/math/R-cran-inline/Makefile new file mode 100644 index 000000000000..1417fb5ffea6 --- /dev/null +++ b/math/R-cran-inline/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: R-cran-inline +# Date created: May 8, 2010 +# Whom: Wen Heping <wen@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= inline +PORTVERSION= 0.3.4 +CATEGORIES= math +PKGNAMEPREFIX= R-cran- +DISTNAME= ${PORTNAME}_0.3.4 + +MAINTAINER= wen@FreeBSD.org +COMMENT= Inline C, C++, Fortran function calls from R + +R_MOD= yes + +.include "${.CURDIR}/../../math/R-cran-sm/files/bsd.cran.mk" + +.include <bsd.port.mk> |