diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1998-07-10 06:06:35 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1998-07-10 06:06:35 +0800 |
commit | 4c0629203634e4c90a7964c4ad7bfcb0a39ae336 (patch) | |
tree | 6119d33484a601350eb1bcae15f3fa2386997e48 /japanese/onew-canna+wnn7/Makefile | |
parent | 34cf4ebf2038347218ab9bbea669e0e523d7def7 (diff) | |
download | freebsd-ports-gnome-4c0629203634e4c90a7964c4ad7bfcb0a39ae336.tar.gz freebsd-ports-gnome-4c0629203634e4c90a7964c4ad7bfcb0a39ae336.tar.zst freebsd-ports-gnome-4c0629203634e4c90a7964c4ad7bfcb0a39ae336.zip |
A library for Japanese Input Method Canna and Wnn6
PR: ports/6029 (part of)
Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
Diffstat (limited to 'japanese/onew-canna+wnn7/Makefile')
-rw-r--r-- | japanese/onew-canna+wnn7/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/japanese/onew-canna+wnn7/Makefile b/japanese/onew-canna+wnn7/Makefile new file mode 100644 index 000000000000..fdd9c3ec36e2 --- /dev/null +++ b/japanese/onew-canna+wnn7/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: ONEW for Canna and Wnn6 +# Version required: jvim2.0r+onew2.2.10 +# Date created: 5 Sep 1997 +# Whom: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp> +# +# $Id$ +# + +PKGNAME= ja-onew-canna+wnn6-2.2.10 +CANNA= yes +WNN6= yes + +.include "${.CURDIR}/../onew-wnn4/Makefile" |