mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
6ea9106380
ready to split into vftool and vftool-misc. PR: 7520 Submitted by: maintainer
18 lines
485 B
Plaintext
18 lines
485 B
Plaintext
--- Makefile.orig Mon Aug 7 02:48:48 1995
|
|
+++ Makefile Sun Aug 2 15:55:56 1998
|
|
@@ -1,12 +1,12 @@
|
|
#
|
|
# where you can find ASCII Nihongo TeX jfm files: min10.tfm ...
|
|
-JFM = /usr/local/lib/tex/jfonts/jfm
|
|
+JFM ?= %%JFM%%
|
|
#
|
|
# where you can find NTT JTeX tfm files: dmjsy10.tfm ...
|
|
SUBTFM = /usr/local/lib/tex/jfonts/tfm
|
|
#
|
|
# where you can find afm files: Ryumin-Light-H ...
|
|
-AFM = afm
|
|
+AFM ?= %%AFM%%
|
|
# builtin kanji fonts
|
|
bkfonts = ${t1} ${t2}
|
|
t1=rml:Ryumin-Light-H:min:monokan
|