diff options
author | taoka <taoka@FreeBSD.org> | 2001-08-27 09:20:24 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2001-08-27 09:20:24 +0800 |
commit | a8812106e82c348a3457f05ec2906a8fc02f4c6b (patch) | |
tree | e93366b476c917511b4da48bd60b8584d2e74af9 /japanese/jvim | |
parent | 4b6230e5d5822e6aa62c3ede6633a8bf77ad46ec (diff) | |
download | freebsd-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/jvim')
-rw-r--r-- | japanese/jvim/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/japanese/jvim/Makefile b/japanese/jvim/Makefile index 0aa5d070e224..7c9e522314c3 100644 --- a/japanese/jvim/Makefile +++ b/japanese/jvim/Makefile @@ -7,6 +7,7 @@ PORTNAME= jvim PORTVERSION= 2.0r +PKGNAMESUFFIX= ${INPUT_METHOD} CATEGORIES= japanese editors MASTER_SITES= ftp://ftp.lab.kdd.co.jp/Japan/onew/ \ ftp://ftp.leo.chubu.ac.jp/pub/editor/jvim/ @@ -40,6 +41,12 @@ LIB_DEPENDS+= jd.0:${PORTSDIR}/japanese/FreeWnn-lib RUN_DEPENDS+= ${LOCALBASE}/lib/wnn/ja_JP/rk.wnn6/2B_ROMKANA:${PORTSDIR}/japanese/onew${INPUT_METHOD} JPDEF+= -DWNN_ISDIR JPLIB+= -ljd -lcrypt +.elif defined(WNN7) +INPUT_METHOD+= wnn7 +LIB_DEPENDS+= jd.0:${PORTSDIR}/japanese/FreeWnn-lib +RUN_DEPENDS+= ${LOCALBASE}/lib/wnn/ja_JP/rk.wnn7/2B_ROMKANA:${PORTSDIR}/japanese/onew${INPUT_METHOD} +JPDEF+= -DWNN_ISDIR +JPLIB+= -ljd -lcrypt .endif # # Make a value of INPUT_METHOD |