aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/onew/files
diff options
context:
space:
mode:
authortaoka <taoka@FreeBSD.org>2001-08-27 09:20:24 +0800
committertaoka <taoka@FreeBSD.org>2001-08-27 09:20:24 +0800
commita8812106e82c348a3457f05ec2906a8fc02f4c6b (patch)
treee93366b476c917511b4da48bd60b8584d2e74af9 /japanese/onew/files
parent4b6230e5d5822e6aa62c3ede6633a8bf77ad46ec (diff)
downloadfreebsd-ports-gnome-a8812106e82c348a3457f05ec2906a8fc02f4c6b.tar.gz
freebsd-ports-gnome-a8812106e82c348a3457f05ec2906a8fc02f4c6b.tar.zst
freebsd-ports-gnome-a8812106e82c348a3457f05ec2906a8fc02f4c6b.zip
* Add Wnn7's clients (jvim, jvim3, kinput2, mule) and a library for
Wnn7 clients (Wnn7-lib). Notice the latter is modified from Wnn6-lib by me and is not released from the Product company of Wnn7 (Omron Software Co., Ltd). * Modify master ports of the above ports according to adding these. * [ports/editors/mule/pkg-descr] My English in pkg-descr was corrected Submitted by: imp
Diffstat (limited to 'japanese/onew/files')
-rw-r--r--japanese/onew/files/ONEW_CONF-for-canna+wnn712
-rw-r--r--japanese/onew/files/ONEW_CONF-for-wnn78
2 files changed, 20 insertions, 0 deletions
diff --git a/japanese/onew/files/ONEW_CONF-for-canna+wnn7 b/japanese/onew/files/ONEW_CONF-for-canna+wnn7
new file mode 100644
index 000000000000..82a00e4bf650
--- /dev/null
+++ b/japanese/onew/files/ONEW_CONF-for-canna+wnn7
@@ -0,0 +1,12 @@
+WNNINC = -I%LOCALBASE%/include/wnn
+WNNLIB = -L%LOCALBASE%/lib -ljd
+WNN_RKPATH = '"./rk:$$ONEW_WNN_ROMKAND:$$ONEW_ROMKAND:$$HOME/.rk:%LOCALBASE%/lib/wnn/ja_JP/rk.wnn7:%LOCALBASE%/lib/wnn/ja_JP/rk:/tmp/onew_rktabs/wnn"'
+WNN_DICLIST = '"kihon tankan zip symbol tankan2 tel usr/$$USER/ud=10 usr/$$USER/private=10"'
+WNN_DICDIRS = '"system/%s.dic;usr/$$USER/%s.h"'
+CANNAINC = -I%LOCALBASE%/include
+CANNAOBJ = Canna.o CannaRk.o
+CANNALIB = -L%LOCALBASE%/lib -lcanna
+CANNA_RKPATH = '".:$$HOME:%LOCALBASE%/lib/canna/dic:/tmp/onew_rktabs/canna"'
+RKKLIBS = $(WNNLIB) $(CANNALIB)
+RKKOBJS = $(WNNOBJ) $(CANNAOBJ)
+MISCLIB = -lcrypt
diff --git a/japanese/onew/files/ONEW_CONF-for-wnn7 b/japanese/onew/files/ONEW_CONF-for-wnn7
new file mode 100644
index 000000000000..a1ea6b4dbb25
--- /dev/null
+++ b/japanese/onew/files/ONEW_CONF-for-wnn7
@@ -0,0 +1,8 @@
+WNNINC = -I%LOCALBASE%/include/wnn
+WNNLIB = -L%LOCALBASE%/lib -ljd
+WNN_RKPATH = '"./rk:$$ONEW_WNN_ROMKAND:$$ONEW_ROMKAND:$$HOME/.rk:%LOCALBASE%/lib/wnn/ja_JP/rk.wnn7:%LOCALBASE%/lib/wnn/ja_JP/rk:/tmp/onew_rktabs/wnn"'
+WNN_DICLIST = '"kihon tankan zip symbol tankan2 tel usr/$$USER/ud=10 usr/$$USER/private=10"'
+WNN_DICDIRS = '"system/%s.dic;usr/$$USER/%s.h"'
+RKKLIBS = $(WNNLIB)
+RKKOBJS = $(WNNOBJ)
+MISCLIB = -lcrypt