diff options
author | asami <asami@FreeBSD.org> | 1998-11-20 12:15:15 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-20 12:15:15 +0800 |
commit | 71102e95212bab836c7a1f7b6a46879128507258 (patch) | |
tree | 092d32b70a72fb7f03924e677d49b93599639b89 /japanese/Makefile | |
parent | 1adcc2f9a259e053ec9c8749e6e4ca4193bd4a56 (diff) | |
download | freebsd-ports-gnome-71102e95212bab836c7a1f7b6a46879128507258.tar.gz freebsd-ports-gnome-71102e95212bab836c7a1f7b6a46879128507258.tar.zst freebsd-ports-gnome-71102e95212bab836c7a1f7b6a46879128507258.zip |
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.
Diffstat (limited to 'japanese/Makefile')
-rw-r--r-- | japanese/Makefile | 27 |
1 files changed, 21 insertions, 6 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 9f4aa0996db1..93ec65d367d6 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.162 1998/11/19 08:49:04 asami Exp $ +# $Id: Makefile,v 1.163 1998/11/19 18:43:04 sada Exp $ # SUBDIR += Canna @@ -29,7 +29,10 @@ SUBDIR += expect SUBDIR += gawk SUBDIR += gd - SUBDIR += ghostscript + SUBDIR += ghostscript118 + SUBDIR += ghostscript240 + SUBDIR += ghostscript300 + SUBDIR += ghostscript400 SUBDIR += gicq SUBDIR += gimp SUBDIR += gn-gnspool @@ -77,7 +80,8 @@ SUBDIR += kinput2-sj3+wnn6 SUBDIR += kinput2-wnn4 SUBDIR += kinput2-wnn6 - SUBDIR += kon + SUBDIR += kon2-14dot + SUBDIR += kon2-16dot SUBDIR += kterm SUBDIR += less SUBDIR += libicq @@ -181,15 +185,26 @@ SUBDIR += vfghostscript5 SUBDIR += vflib SUBDIR += vftool - SUBDIR += vftool-misc - SUBDIR += vfxdvi + SUBDIR += vftool-misc118 + SUBDIR += vftool-misc240 + SUBDIR += vftool-misc300 + SUBDIR += vftool-misc400 + SUBDIR += vfxdvi118 + SUBDIR += vfxdvi240 + SUBDIR += vfxdvi300 + SUBDIR += vfxdvi360 + SUBDIR += vfxdvi400 + SUBDIR += vfxdvi600 SUBDIR += vfxdvik SUBDIR += vje-trial SUBDIR += w3 SUBDIR += weblint97 SUBDIR += wine SUBDIR += x0212fonts - SUBDIR += xdvi + SUBDIR += xdvi118 + SUBDIR += xdvi240 + SUBDIR += xdvi300 + SUBDIR += xdvi400 SUBDIR += xemacs SUBDIR += xemacs-canna SUBDIR += xemacs-canna+wnn4 |