diff options
author | taoka <taoka@FreeBSD.org> | 1999-03-17 14:57:38 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-03-17 14:57:38 +0800 |
commit | 2872b94b56a02b281b8ab3430152aaa992328e5e (patch) | |
tree | dbf1059479b99fe8f11dede164a8690fff33320e /print/yatex-xemacs | |
parent | bfa2cb4b1e33a910f116c3c0a76edcd963880d07 (diff) | |
download | freebsd-ports-gnome-2872b94b56a02b281b8ab3430152aaa992328e5e.tar.gz freebsd-ports-gnome-2872b94b56a02b281b8ab3430152aaa992328e5e.tar.zst freebsd-ports-gnome-2872b94b56a02b281b8ab3430152aaa992328e5e.zip |
moved japanese/yatex to print/yatex-mule (for Mule 2.3)
moved japanese/yatex-xemacs to print/yatex-xemacs-mule (for XEmacs20-mule)
added a new port: print/yatex-xemacs (for XEmacs19 XEmacs20)
Diffstat (limited to 'print/yatex-xemacs')
-rw-r--r-- | print/yatex-xemacs/Makefile | 10 | ||||
-rw-r--r-- | print/yatex-xemacs/pkg-comment | 1 |
2 files changed, 6 insertions, 5 deletions
diff --git a/print/yatex-xemacs/Makefile b/print/yatex-xemacs/Makefile index 452391afb404..78bb81bc9368 100644 --- a/print/yatex-xemacs/Makefile +++ b/print/yatex-xemacs/Makefile @@ -3,15 +3,15 @@ # Date created: 98/11/17 # Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> # -# $Id: Makefile,v 1.4 1998/11/20 18:19:09 itojun Exp $ +# $Id: Makefile,v 1.5 1998/12/01 03:06:24 asami Exp $ # -PKGNAME= ja-yatex-1.66 -CATEGORIES= japanese print elisp +PKGNAME= yatex-xemacs-1.66 -MULE= yes +XEMACS= yes -MASTERDIR= ${.CURDIR}/../../print/yatex +MASTERDIR= ${.CURDIR}/../yatex +COMMENT= ${.CURDIR}/pkg/COMMENT PLIST= ${.CURDIR}/pkg/PLIST .include "${MASTERDIR}/Makefile" diff --git a/print/yatex-xemacs/pkg-comment b/print/yatex-xemacs/pkg-comment new file mode 100644 index 000000000000..6e01cc0e1974 --- /dev/null +++ b/print/yatex-xemacs/pkg-comment @@ -0,0 +1 @@ +Yet Another LaTeX mode and html mode on Emacs (for XEmacs19, XEmacs20) |