1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Add libR , the static libR library from R.

This commit is contained in:
Brendan Fabeny 2011-07-28 04:28:30 +00:00
parent 73fa6e1345
commit f2e22bf3cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278444
3 changed files with 26 additions and 0 deletions

View File

@ -160,6 +160,7 @@
SUBDIR += ldouble
SUBDIR += lensnns
SUBDIR += levmar
SUBDIR += libR
SUBDIR += libRmath
SUBDIR += libjbigi
SUBDIR += liblbfgs

20
math/libR/Makefile Normal file
View File

@ -0,0 +1,20 @@
# vim: tabstop=8 softtabstop=0 noexpandtab
# Ports collection makefile for: libR
# Date created: 20 July 2011
# Whom: bf <bf@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libR
COMMENT= The static libR library from R
DESCR= ${.CURDIR}/pkg-descr
LIBR_SLAVEPORT= yes
MASTERDIR= ${.CURDIR}/../R
PLIST= ${.CURDIR}/pkg-plist
PLIST_FILES= lib/R/lib/libR.a
PLIST_DIRSTRY= lib/R/lib lib/R
.include "${MASTERDIR}/Makefile"

5
math/libR/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
This is the static libR library from R -- a language and
environment for statistical computing and graphics.
See ports/math/R.
WWW: http://www.R-project.org/