Ticket #1038: Portfile

File Portfile, 1.3 KB (added by konis@…, 20 years ago)

R updated to 1.8.1

Line 
1# $Id: $
2PortSystem              1.0
3name                    R
4version                 1.8.1
5categories              math science
6maintainers             kjell.konis@worcester.oxford.ac.uk
7description             R is GNU S - an interpreted language for statistical computing
8long_description        R is a language and environment for statistical computing and graphics. \
9                        R provides a wide variety of statistical (linear and nonlinear modelling, \
10                        classical statistical tests, time-series analysis, classification, \
11                        clustering, ...) and graphical techniques, and is highly extensible.
12homepage                http://www.r-project.org/
13distfiles               R-1.8.1.tgz
14master_sites            http://cran.us.r-project.org/src/base/ \
15                        http://cran.au.r-project.org/src/base/ \
16                        http://cran.at.r-project.org/src/base/ \
17                        http://cran.hu.r-project.org/src/base/ \
18                        http://cran.za.r-project.org/src/base/
19checksums               R-1.8.1.tgz md5 cd81fdeaf22f93dfc28979e8132722ec
20depends_lib             lib:libdl:dlcompat
21depends_build           bin:g77:g77 bin:latex:teTeX
22configure.args          --enable-R-shlib --with-blas="-framework vecLib" --with-lapack
23destroot.destdir        prefix=${destroot}${prefix}
24