aboutsummaryrefslogtreecommitdiff
path: root/japanese/xemacs21-canna
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2000-09-08 04:34:56 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2000-09-08 04:34:56 +0000
commita77a3c279b281e7aa45d0545404cacd1bfe885dd (patch)
treec8615695f9378417f7e0f158ca124a7779df1625 /japanese/xemacs21-canna
parent3f75a53ded20959017d22bd6df45551855caf843 (diff)
downloadports-a77a3c279b281e7aa45d0545404cacd1bfe885dd.tar.gz
ports-a77a3c279b281e7aa45d0545404cacd1bfe885dd.zip
(1) {chinese,korean,japanese}/Wnn (Wnn 4.2) was updated as follows:
(a) Its name was changed from Wnn to FreeWnn because Wnn6 which is a commercial software exits (b) Its license was changed to GPL. (c) The method to configure was changed from imake to GNU configure. (d) Relatively to the original Wnn, the Wnn in the ports tree were modified by me a lot. Most of the modifications were adopted into FreeWnn. (c) Header and library files are installed into ${LOCALBASE}/{lib,include} instead of ${X11BASE}/{lib,include}. (2) FreeWnn is divided into two ports FreeWnn-lib and FreeWnn-server in chinese, korean and japanese categories. The former is for libwnn and header files to compile client commands, and the files used in client commands. The latter is for a server to convert KANA to KANJI (Chinese character), and dictionaries and files used by the server.
Notes
Notes: svn path=/head/; revision=32414
Diffstat (limited to 'japanese/xemacs21-canna')
-rw-r--r--japanese/xemacs21-canna/Makefile24
1 files changed, 11 insertions, 13 deletions
diff --git a/japanese/xemacs21-canna/Makefile b/japanese/xemacs21-canna/Makefile
index d73451a414f5..07e8740f5ff3 100644
--- a/japanese/xemacs21-canna/Makefile
+++ b/japanese/xemacs21-canna/Makefile
@@ -29,27 +29,25 @@ DESCR= ${.CURDIR}/../xemacs${XEMACS_MAJOR_VER}-canna/pkg/DESCR
XEMACS_MAJOR_VER?= 21
DESCR_TMPL= ${.CURDIR}/../xemacs${XEMACS_MAJOR_VER}-canna/files/DESCR.tmpl
-.if defined(CANNA) && defined(WNN4)
-PKGNAMESUFFIX= -canna+wnn4
-SITE_INCLUDES= ${X11BASE}/include
-SITE_LIBRARIES= ${X11BASE}/lib
+.if defined(CANNA) && defined(FREEWNN)
+PKGNAMESUFFIX= -canna+freewnn
+SITE_INCLUDES= ${LOCALBASE}/include/wnn
WITH_INPUT_METHOD= --with-canna --with-wnn --with-wnn6=no
-LIB_INPUT_METHOD= canna.1:${PORTSDIR}/japanese/Canna
-BUILD_INPUT_METHOD= ${PREFIX}/bin/Wnn4/jserver:${PORTSDIR}/japanese/Wnn
-COMMENT_TEXT= XEmacs(version ${XEMACS_MAJOR_VER}) text editor, with SJ3, SKK, Canna and Wnn4 support
+LIB_INPUT_METHOD= canna.1:${PORTSDIR}/japanese/Canna \
+ wnn.0:${PORTSDIR}/japanese/FreeWnn-lib
+COMMENT_TEXT= XEmacs(version ${XEMACS_MAJOR_VER}) text editor, with SJ3, SKK, Canna and FreeWnn support
.elif defined(CANNA) && defined(WNN6)
PKGNAMESUFFIX= -canna+wnn6
WITH_INPUT_METHOD= --with-canna --with-wnn6
LIB_INPUT_METHOD= canna.1:${PORTSDIR}/japanese/Canna
BUILD_INPUT_METHOD= ${PREFIX}/include/wnn/jlib.h:${PORTSDIR}/japanese/Wnn6-lib
COMMENT_TEXT= XEmacs(version ${XEMACS_MAJOR_VER}) text editor, with SJ3, SKK, Canna and Wnn6 support
-.elif defined(WNN4)
-PKGNAMESUFFIX= -wnn4
-SITE_INCLUDES= ${X11BASE}/include
-SITE_LIBRARIES= ${X11BASE}/lib
+.elif defined(FREEWNN)
+PKGNAMESUFFIX= -freewnn
+SITE_INCLUDES= ${LOCALBASE}/include/wnn
WITH_INPUT_METHOD= --with-wnn --with-canna=no --with-wnn6=no
-BUILD_INPUT_METHOD= ${PREFIX}/bin/Wnn4/jserver:${PORTSDIR}/japanese/Wnn
-COMMENT_TEXT= XEmacs(version ${XEMACS_MAJOR_VER}) text editor, with SJ3, SKK and Wnn4 support
+LIB_INPUT_METHOD= wnn.0:${PORTSDIR}/japanese/FreeWnn-lib
+COMMENT_TEXT= XEmacs(version ${XEMACS_MAJOR_VER}) text editor, with SJ3, SKK and FreeWnn support
.elif defined(WNN6)
PKGNAMESUFFIX= -wnn6
WITH_INPUT_METHOD= --with-wnn6 --with-canna=no