1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/math/R-letter/Makefile

48 lines
1.1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: R (letter)
# Date created: Fri Aug 11 16:17:34 EST 2000
# Whom: Maurice Castro <maurice@serc.rmit.edu.au>
#
1999-08-25 07:05:28 +00:00
# $FreeBSD$
#
2000-04-14 07:20:58 +00:00
PORTNAME= R
PORTVERSION= 1.1.0
CATEGORIES= math
MASTER_SITES= http://lib.stat.cmu.edu/R/CRAN/src/base/ \
ftp://ftp.biostat.washington.edu/mirrors/R/CRAN/src/base/ \
http://cran.stat.wisc.edu/src/base/ \
ftp://ftp.ci.tuwien.ac.at/R/src/base/ \
http://SunSITE.auc.dk/R/src/base/ \
http://www.stat.unipg.it/pub/stat/statlib/R/CRAN/src/base/ \
ftp://ftp.u-aizu.ac.jp/pub/lang/R/CRAN/src/base/ \
ftp://dola.snu.ac.kr/pub/R/CRAN/src/base/ \
http://www.stat.math.ethz.ch/R-CRAN/src/base/
2000-04-14 07:20:58 +00:00
PKGNAMESUFFIX= -${PAPERSIZE}
DISTNAME= R-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= maurice@serc.rmit.edu.au
GNU_CONFIGURE= yes
1999-02-13 00:19:51 +00:00
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
ALL_TARGET=all help html
MAN1= R.1
test:
@(cd ${WRKSRC}; make test-All)
.include <bsd.port.mk>