diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-11 08:44:35 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-11 08:44:35 +0000 |
commit | 4d359482c1c72d77ca537737fa95c070d46c5ae9 (patch) | |
tree | 99851ff25ad764d246bb1d3a7e26a5fd4ce82c5c /japanese/jtex209-ascii/Makefile | |
parent | Japanese tex/latex. Builds both NTT and ASCII (no, not the American (diff) |
The ASCII (a Japanese publisher) version of Japanese tex/latex. Uses
many files from jtex209-both port.
Notes
Notes:
svn path=/head/; revision=4395
Diffstat (limited to 'japanese/jtex209-ascii/Makefile')
-rw-r--r-- | japanese/jtex209-ascii/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/japanese/jtex209-ascii/Makefile b/japanese/jtex209-ascii/Makefile new file mode 100644 index 000000000000..d1fb2cae34c3 --- /dev/null +++ b/japanese/jtex209-ascii/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: jp-jlatex209 +# Version required: a1.7-n1.52 +# Date created: 4 Nov 1996 +# Whom: Mita Yoshio <mita@jp.FreeBSD.org> +# +# $Id$ +# + +DISTNAME= jp-jlatex209-a17 +FILESDIR= ${.CURDIR}/../jtex209-both/files +PATCHDIR= ${.CURDIR}/../jtex209-both/patches +BATCH_TEX= ASCII +.include <${.CURDIR}/../jtex209-both/Makefile> |