summaryrefslogtreecommitdiff
path: root/chinese/gb2jis/Makefile
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2001-12-09 09:50:05 +0000
committerClive Lin <clive@FreeBSD.org>2001-12-09 09:50:05 +0000
commit888d029226608366c75f2c7719444a76fbcc1a1c (patch)
tree6ffe9644670711a6b2cf1b1739d9284e297b33f5 /chinese/gb2jis/Makefile
parentUpdate to 2.6.4 (diff)
New port: gb2jis
GB2JIS converts GB2312-80 and GB8565-88 characters to JISX0208-1983 and JISX0212-1990 characters. GB2312-80 (^[$A), GB2312-80 + GB8565-88 (^[$(E), and Chinese-EUC (8-bit GuoBiao) are available for Hanzi code. PR: ports/31849 Submitted by: Zhang Shu <jo-c@is.aist-nara.ac.jp>
Notes
Notes: svn path=/head/; revision=51284
Diffstat (limited to 'chinese/gb2jis/Makefile')
-rw-r--r--chinese/gb2jis/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/chinese/gb2jis/Makefile b/chinese/gb2jis/Makefile
new file mode 100644
index 000000000000..6bdf8ef42088
--- /dev/null
+++ b/chinese/gb2jis/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: gb2jis
+# Date created: 16 September 2000
+# Whom: Zhang Shu
+#
+# $FreeBSD$
+#
+
+PORTNAME= gb2jis
+PORTVERSION= 1.5
+CATEGORIES= chinese
+MASTER_SITES= http://kanji.zinbun.kyoto-u.ac.jp/~yasuoka/ftp/program/
+DISTFILES= gb2jis.tar.Z
+
+MAINTAINER= jo-c@is.aist-nara.ac.jp
+
+WRKSRC= ${WRKDIR}/gb2jis
+ALL_TARGET=
+
+MAN1= gb2jis.1
+MANCOMPRESSED= yes
+
+post-install:
+# install manual
+ @${GZIP_CMD} ${PREFIX}/man/man1/gb2jis.1
+
+.include <bsd.port.mk>