aboutsummaryrefslogtreecommitdiff
path: root/korean/FreeWnn-lib/Makefile
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2000-09-12 17:08:29 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2000-09-12 17:08:29 +0000
commit709d4b5f38237c95a457673f25d7fbc8a9df1874 (patch)
tree44397f5145f1ffdd752937ae785b004cca61a82e /korean/FreeWnn-lib/Makefile
parent7d1088a64920b5599a5e8e4170f3decaf9ffee4f (diff)
downloadports-709d4b5f38237c95a457673f25d7fbc8a9df1874.tar.gz
ports-709d4b5f38237c95a457673f25d7fbc8a9df1874.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. Notice: I forgot to commit FreeWnn-{lib,server} (^_^;;
Notes
Notes: svn path=/head/; revision=32559
Diffstat (limited to 'korean/FreeWnn-lib/Makefile')
-rw-r--r--korean/FreeWnn-lib/Makefile16
1 files changed, 7 insertions, 9 deletions
diff --git a/korean/FreeWnn-lib/Makefile b/korean/FreeWnn-lib/Makefile
index 052a2dca71e0..f842be88047c 100644
--- a/korean/FreeWnn-lib/Makefile
+++ b/korean/FreeWnn-lib/Makefile
@@ -1,16 +1,14 @@
-# New ports collection makefile for: Wnn for Korea
-# Date created: 20 July 1997
-# Whom: Satoshi Taoka <taoka@FreeBSD.org>
+# New ports collection makefile for: libraries of FreeWnn
+# Date created: 00/08/25
+# Whom: Satoshi TAOKA <taoka@FreeBSD.org>
#
# $FreeBSD$
#
+PKGNAMESUFFIX= -lib
CATEGORIES= korean
-
-## COMMENT, DESCR, PLIST is used in a local 'pkg' directory
-MASTERDIR= ${.CURDIR}/../../japanese/Wnn
-COMMENT= ${.CURDIR}/pkg/COMMENT
-DESCR= ${.CURDIR}/pkg/DESCR
-PLIST= ${.CURDIR}/pkg/PLIST
+MASTERDIR= ${.CURDIR}/../../japanese/FreeWnn-lib
+PKGDIR= ${.CURDIR}/pkg
+WNN= kWnn
.include "${MASTERDIR}/Makefile"