diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1998-08-14 02:08:39 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1998-08-14 02:08:39 +0000 |
commit | 8902405326f0d72e0029c5becdb2154a9f85bc7c (patch) | |
tree | 841329d42827e61a9f528ad479efb9c5d388ce5f /print | |
parent | 91d6d5eea9f437e6e5a156ac64e8183b2d8e31c8 (diff) | |
download | FreeBSD-ports-8902405326f0d72e0029c5becdb2154a9f85bc7c.zip FreeBSD-ports-8902405326f0d72e0029c5becdb2154a9f85bc7c.tar.gz |
Yet Another LaTeX mode on Emacs (including another html-mode)
PR: ports/4412
Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
Diffstat (limited to 'print')
-rw-r--r-- | print/yatex-mule/Makefile | 14 | ||||
-rw-r--r-- | print/yatex-xemacs-mule/Makefile | 13 | ||||
-rw-r--r-- | print/yatex-xemacs/Makefile | 14 |
3 files changed, 41 insertions, 0 deletions
diff --git a/print/yatex-mule/Makefile b/print/yatex-mule/Makefile new file mode 100644 index 0000000..5cf4d75 --- /dev/null +++ b/print/yatex-mule/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: YaTeX +# Version required: 1.65.6 +# Date created: 18 Feb. 1998 +# Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> +# +# $Id$ +# + +PKGNAME?= ja-yatex-1.65.6 +CATEGORIES= japanese print + +MULE= yes + +.include "${.CURDIR}/../../print/yatex/Makefile" diff --git a/print/yatex-xemacs-mule/Makefile b/print/yatex-xemacs-mule/Makefile new file mode 100644 index 0000000..ca37eb4 --- /dev/null +++ b/print/yatex-xemacs-mule/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: YaTeX +# Version required: 1.65.6 +# Date created: 18 Feb. 1998 +# Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> +# +# $Id$ +# + +PKGNAME= ja-yatex-xemacs-1.65.6 + +XEMACS-MULE= yes + +.include "${.CURDIR}/../../print/yatex/Makefile" diff --git a/print/yatex-xemacs/Makefile b/print/yatex-xemacs/Makefile new file mode 100644 index 0000000..5cf4d75 --- /dev/null +++ b/print/yatex-xemacs/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: YaTeX +# Version required: 1.65.6 +# Date created: 18 Feb. 1998 +# Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> +# +# $Id$ +# + +PKGNAME?= ja-yatex-1.65.6 +CATEGORIES= japanese print + +MULE= yes + +.include "${.CURDIR}/../../print/yatex/Makefile" |