1999-08-26 18:58:16 -04:00
|
|
|
# New ports collection makefile for: R (letter)
|
2001-02-11 01:45:39 -05:00
|
|
|
# Date created: Fri Feb 9 10:50:25 EST 2001
|
1999-08-26 18:58:16 -04:00
|
|
|
# Whom: Maurice Castro <maurice@serc.rmit.edu.au>
|
1998-05-04 13:53:35 -04:00
|
|
|
#
|
1999-08-25 03:05:28 -04:00
|
|
|
# $FreeBSD$
|
1998-05-04 13:53:35 -04:00
|
|
|
#
|
|
|
|
|
2000-04-14 03:20:58 -04:00
|
|
|
PORTNAME= R
|
2001-02-11 01:45:39 -05:00
|
|
|
PORTVERSION= 1.2.1
|
1998-05-04 13:53:35 -04:00
|
|
|
CATEGORIES= math
|
2001-02-11 01:45:39 -05:00
|
|
|
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.ch.r-project.or/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/ \
|
|
|
|
http://mirror.aarnet.edu.au/CRAN/src/base/ \
|
1998-06-28 19:37:44 -04:00
|
|
|
ftp://ftp.u-aizu.ac.jp/pub/lang/R/CRAN/src/base/ \
|
1998-07-17 16:41:56 -04:00
|
|
|
ftp://dola.snu.ac.kr/pub/R/CRAN/src/base/ \
|
2001-02-11 01:45:39 -05:00
|
|
|
http://lib.stat.cmu.edu/R/CRAN/src/base/
|
2000-04-14 03:20:58 -04:00
|
|
|
PKGNAMESUFFIX= -${PAPERSIZE}
|
|
|
|
DISTNAME= R-${PORTVERSION}
|
1998-05-04 13:53:35 -04:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= maurice@serc.rmit.edu.au
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
1999-02-12 19:19:51 -05:00
|
|
|
USE_XLIB= yes
|
1998-05-04 13:53:35 -04:00
|
|
|
USE_PERL5= yes
|
2000-10-01 05:59:09 -04:00
|
|
|
CONFIGURE_ENV= R_PAPERSIZE=${PAPERSIZE}
|
1998-05-04 13:53:35 -04:00
|
|
|
|
1998-11-19 23:15:15 -05:00
|
|
|
PAPERSIZE?= letter
|
|
|
|
.if ${PAPERSIZE} != letter && ${PAPERSIZE} != a4
|
|
|
|
.BEGIN:
|
|
|
|
@${ECHO} "Invalid value for PAPERSIZE: \"${PAPERSIZE}\""
|
|
|
|
@${ECHO} "Possible values are: a4 and letter."
|
|
|
|
@${FALSE}
|
1998-05-04 13:53:35 -04:00
|
|
|
.endif
|
|
|
|
|
2000-10-01 05:59:09 -04:00
|
|
|
ALL_TARGET= all help html
|
1998-06-28 19:37:44 -04:00
|
|
|
|
2000-04-01 13:43:32 -05:00
|
|
|
MAN1= R.1
|
1998-07-17 16:41:56 -04:00
|
|
|
|
|
|
|
test:
|
|
|
|
@(cd ${WRKSRC}; make test-All)
|
|
|
|
|
1998-05-04 13:53:35 -04:00
|
|
|
.include <bsd.port.mk>
|