diff options
author | Kiriyama Kazuhiko <kiri@FreeBSD.org> | 2002-01-05 11:21:16 +0000 |
---|---|---|
committer | Kiriyama Kazuhiko <kiri@FreeBSD.org> | 2002-01-05 11:21:16 +0000 |
commit | fb400d3e3120aec23b5eeadff44ca2244590fc23 (patch) | |
tree | ceb2331c9351c0c0df349787c6ea9c8c25b930c7 /japanese | |
parent | XEmacs development version(gamma 21.4.6) with mule of (diff) |
XEmacs development version(gamma 21.4.6) with mule of
Canna and Wnn6 input methods. This port is the slave
port of the editors/xemacs-devel-mule.
Notes
Notes:
svn path=/head/; revision=52616
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/xemacs-devel-canna+wnn6/Makefile | 16 | ||||
-rw-r--r-- | japanese/xemacs-devel-canna+wnn6/pkg-comment | 1 |
3 files changed, 18 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index b94e618861a3..ce12c8549a22 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -403,6 +403,7 @@ SUBDIR += xdvik-vflib-pkall SUBDIR += xemacs-devel-canna SUBDIR += xemacs-devel-canna+freewnn + SUBDIR += xemacs-devel-canna+wnn6 SUBDIR += xemacs21-canna SUBDIR += xemacs21-canna+freewnn SUBDIR += xemacs21-canna+wnn6 diff --git a/japanese/xemacs-devel-canna+wnn6/Makefile b/japanese/xemacs-devel-canna+wnn6/Makefile new file mode 100644 index 000000000000..5d1c23c73fee --- /dev/null +++ b/japanese/xemacs-devel-canna+wnn6/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: XEmacs for Japanese with Canna and Wnn6 +# Date created: 3 jan 2002 +# Whom: KIRIYAMA Kazuhiko <kiri@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= japanese + +MASTERDIR= ${.CURDIR}/../../editors/xemacs-devel-mule +COMMENT= ${.CURDIR}/../../japanese/xemacs-devel-canna+wnn6/pkg-comment + +CANNA= yes +WNN6= yes + +.include "${MASTERDIR}/Makefile" diff --git a/japanese/xemacs-devel-canna+wnn6/pkg-comment b/japanese/xemacs-devel-canna+wnn6/pkg-comment new file mode 100644 index 000000000000..e50147ab1c9a --- /dev/null +++ b/japanese/xemacs-devel-canna+wnn6/pkg-comment @@ -0,0 +1 @@ +XEmacs(gamma version) text editor, with SJ3, SKK, Canna and Wnn6 support |