diff options
Diffstat (limited to 'math/R-a4')
-rw-r--r-- | math/R-a4/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/R-a4/Makefile b/math/R-a4/Makefile new file mode 100644 index 000000000000..dd26db4cc423 --- /dev/null +++ b/math/R-a4/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: R (a4) +# Version required: R-0.62.2 +# Date created: Tue Jun 23 07:36:55 EST 1998 +# Whom: Maurice Castro <maurice@serc.rmit.edu.au> +# +# $Id: Makefile,v 1.7 1998/11/18 11:40:41 asami Exp $ +# + +PAPERSIZE= a4 +MASTERDIR= ${.CURDIR}/../R-letter + +.include "${MASTERDIR}/Makefile" |