diff options
author | keith <keith@FreeBSD.org> | 2000-12-24 20:29:38 +0000 |
---|---|---|
committer | keith <keith@FreeBSD.org> | 2000-12-24 20:29:38 +0000 |
commit | 3215f68bdcd0bb3b6388fc68b7e40ee551420a03 (patch) | |
tree | 2d4ff45efaa9c78eda81acd136531f27d9bfd5cc | |
parent | d807c1e55823aa50ccf31ad9fe0af11f065f65d6 (diff) | |
download | FreeBSD-ports-3215f68bdcd0bb3b6388fc68b7e40ee551420a03.zip FreeBSD-ports-3215f68bdcd0bb3b6388fc68b7e40ee551420a03.tar.gz |
New port added: zh-eterm
An Eterm that supports BIG5 and GB encodings. Thanks to
MANTANI Nobutaka <nobutaka@nobutaka.com> for the patch.
Submitted by: Michael C. Wu <keichii@iteration.net>
-rw-r--r-- | chinese/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 6a5959c..8d20542 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -22,6 +22,7 @@ SUBDIR += cxterm SUBDIR += emacs20 SUBDIR += enscript + SUBDIR += eterm SUBDIR += gb2ps SUBDIR += gbscript SUBDIR += ghostscript6 |