# $Id: Portfile,v 1.8 2005/04/04 10:08:38 jkh Exp $ PortSystem 1.0 name R version 2.0.1 categories math science maintainers konis@stats.ox.ac.uk description R is GNU S - an interpreted language for statistical computing long_description \ R is a language and environment for statistical computing and graphics. \ R provides a wide variety of statistical (linear and nonlinear modelling, \ classical statistical tests, time-series analysis, classification, \ clustering, ...) and graphical techniques, and is highly extensible. homepage http://www.r-project.org/ master_sites http://cran.r-project.org/src/base/R-2/ \ http://cran.us.r-project.org/src/base/R-2/ \ http://cran.au.r-project.org/src/base/R-2/ \ http://cran.at.r-project.org/src/base/R-2/ \ http://cran.hu.r-project.org/src/base/R-2/ checksums md5 fb47b1fdef4323031e24d541a2f36b2b depends_lib lib:libreadline:readline depends_build bin:g77:g77 bin:latex:teTeX configure.env CPPFLAGS="-I${prefix}/include" \ LDFLAGS="-L${prefix}/lib" configure.args --with-blas="-framework vecLib" --with-lapack \ --enable-R-framework=no destroot.destdir prefix=${destroot}${prefix} platform darwin 6 { depends_lib-append lib:libdl:dlcompat } post-destroot { reinplace "s|R_HOME_DIR=${destroot}|R_HOME_DIR=|" \ "${destroot}${prefix}/bin/R" reinplace "s|R_HOME_DIR=${destroot}|R_HOME_DIR=|" \ "${destroot}${prefix}/lib/R/bin/R" }