diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-03-29 09:53:18 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-03-29 09:53:18 +0000 |
| commit | 2c36078d184e6b3fde44793800a6c8ca0b0639f1 (patch) | |
| tree | 19d35773be783fd6761833f599af82301c20ceac /math/R/Makefile | |
| parent | 46e9a484f814c07d51ab2cb90517f4f5c4c368ae (diff) | |
Notes
Diffstat (limited to 'math/R/Makefile')
| -rw-r--r-- | math/R/Makefile | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/math/R/Makefile b/math/R/Makefile deleted file mode 100644 index 1b5a604292b7..000000000000 --- a/math/R/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: R (letter) -# Date created: Fri Feb 9 10:50:25 EST 2001 -# Whom: Maurice Castro <maurice@serc.rmit.edu.au> -# -# $FreeBSD$ -# - -PORTNAME= R -PORTVERSION= 1.6.2 -CATEGORIES= math -MASTER_SITES= http://cran.r-project.org/src/base/ \ - ftp://cran.r-project.org/pub/R/src/base/ \ - http://cran.at.r-project.org/src/base/ \ - http://cran.au.r-project.org/src/base/ \ - http://cran.ch.r-project.org/src/base/ \ - http://cran.dk.r-project.org/src/base/ \ - http://cran.hu.r-project.org/src/base/ \ - http://cran.uk.r-project.org/src/base/ \ - http://cran.us.r-project.org/src/base/ \ - ftp://ftp.u-aizu.ac.jp/pub/lang/R/CRAN/src/base/ \ - http://lib.stat.cmu.edu/R/CRAN/src/base/ -PKGNAMESUFFIX= -${PAPERSIZE} -EXTRACT_SUFX= .tgz - -MAINTAINER= maurice@serc.rmit.edu.au -COMMENT= A language for statistical computing and graphics - -LIB_DEPENDS= tcl84:${PORTSDIR}/lang/tcl84 \ - tk84:${PORTSDIR}/x11-toolkits/tk84 - -GNU_CONFIGURE= yes -USE_XLIB= yes -USE_PERL5= yes -CONFIGURE_ENV= R_PAPERSIZE=${PAPERSIZE} - -PAPERSIZE?= letter -.if ${PAPERSIZE} != letter && ${PAPERSIZE} != a4 -.BEGIN: - @${ECHO} "Invalid value for PAPERSIZE: \"${PAPERSIZE}\"" - @${ECHO} "Possible values are: a4 and letter." - @${FALSE} -.endif - -MAN1= R.1 - -test check: build - @(cd ${WRKSRC}; make check) -fullcheck: build - @(cd ${WRKSRC}; make fullcheck) - -.include <bsd.port.mk> |
