summaryrefslogtreecommitdiffstats
path: root/textproc/coco/Makefile
diff options
context:
space:
mode:
authortaoka <taoka@FreeBSD.org>2000-09-17 15:29:20 +0000
committertaoka <taoka@FreeBSD.org>2000-09-17 15:29:20 +0000
commitbcdf7de4fdb3dd01030b458b707c1b12e53259c3 (patch)
treee26fbafc05925a1615889ad444d9d7a5c76d0db1 /textproc/coco/Makefile
parenta30ee2b97bdcaed75f5e60835ccfb8f2143a0022 (diff)
downloadFreeBSD-ports-bcdf7de4fdb3dd01030b458b707c1b12e53259c3.zip
FreeBSD-ports-bcdf7de4fdb3dd01030b458b707c1b12e53259c3.tar.gz
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 (^_^;;
Diffstat (limited to 'textproc/coco/Makefile')
-rw-r--r--textproc/coco/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/textproc/coco/Makefile b/textproc/coco/Makefile
index 8efebe5..bbd0bd2 100644
--- a/textproc/coco/Makefile
+++ b/textproc/coco/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)
OpenPOWER on IntegriCloud