22 lines
455 B
Makefile
22 lines
455 B
Makefile
# 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.5
|
|
CATEGORIES= math
|
|
PKGNAMEPREFIX= R-cran-
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Inline C, C++, Fortran function calls from R
|
|
|
|
R_MOD= yes
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
.include "${.CURDIR}/../../math/R-cran-sm/files/bsd.cran.mk"
|
|
|
|
.include <bsd.port.mk>
|