From 751790b51ae4c1152e8944cbaf99d49b1377e95b Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Fri, 20 Nov 1998 04:15:15 +0000 Subject: Remove LOOP_VAR and replace it with tiny Makefiles using MASTERDIR to share most files. Repository copy the default to explicitly named directories to avoid any confusion. Greatly simplify the shared Makefiles, since we are now in different subdirectories, we don't need "a4-install" stuff. While I'm here, consistently name the variables. Here are the guidelines (master port is in brackets) DOCFORMAT: [html] pdf ps KONFONT: 14dot [16dot] PAPERSIZE: a4 [letter] letterdj RESOLUTION: 118 240 [300] 360 400 600 "math/r" has been copied to "R-a4" and "R-letter", to follow the spirit of the original port. "japanese/kon" is renamed to "kon2-*", since that seems to be the basename. --- math/R-a4/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 math/R-a4/Makefile (limited to 'math/R-a4') 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 +# +# $Id: Makefile,v 1.7 1998/11/18 11:40:41 asami Exp $ +# + +PAPERSIZE= a4 +MASTERDIR= ${.CURDIR}/../R-letter + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3