summaryrefslogtreecommitdiff
path: root/editors/mule-common/Makefile
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2000-09-17 15:29:20 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2000-09-17 15:29:20 +0000
commitfb4902d214412f22daf704b32cd68c358958dc94 (patch)
tree0b5f2687daff520a9237b412c071b380ac3ae8a6 /editors/mule-common/Makefile
parent(1) Used MAN1=kinput2.1 (on XFree86-4, erata file kinput2.1.html is created) (diff)
Updated for the change of the following (1) and (2):
(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. Notice: I forgot to commit editors/mule*, too (^_^;;
Notes
Notes: svn path=/head/; revision=32765
Diffstat (limited to 'editors/mule-common/Makefile')
-rw-r--r--editors/mule-common/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/editors/mule-common/Makefile b/editors/mule-common/Makefile
index 8efebe555c4a..bbd0bd270943 100644
--- a/editors/mule-common/Makefile
+++ b/editors/mule-common/Makefile
@@ -1,4 +1,4 @@
-# New ports collection makefile for: files except executables for mule 2.3@19.34
+# New ports collection makefile for: files except executables for mule
# Date created: 7 July 1997
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
@@ -28,20 +28,20 @@ EMACS_VERSION= 19.34
WRKDIRBASE= ${WRKDIRPREFIX}${.CURDIR:S,/editors/mule-common$,,}
-.for dir in chinese/mule-wnn4 \
+.for dir in chinese/mule-freewnn \
editors/mule \
- japanese/mule-canna+sj3+wnn4 \
+ japanese/mule-canna+freewnn+sj3 \
japanese/mule-canna+sj3+wnn6 \
japanese/mule-canna+sj3 \
- japanese/mule-canna+wnn4 \
+ japanese/mule-freewnn+canna \
japanese/mule-canna+wnn6 \
japanese/mule-canna \
- japanese/mule-sj3+wnn4 \
+ japanese/mule-freewnn+sj3 \
japanese/mule-sj3+wnn6 \
japanese/mule-sj3 \
- japanese/mule-wnn4 \
+ japanese/mule-freewnn \
japanese/mule-wnn6 \
- korean/mule-wnn4
+ korean/mule-freewnn
.if exists(${WRKDIRBASE}/${dir}/work/.install_done)
WRKDIR= ${WRKDIRBASE}/${dir}/work
.elif exists(${WRKDIRBASE}/${dir}/work/.build_done)