diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-07-08 22:05:50 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-07-08 22:05:50 +0000 |
commit | 9994b277df90309b4a159fabab03afada171cdc1 (patch) | |
tree | ca4ea4bcf1163ec4517f93e05eefd8c2b602ef2d /japanese/onew-wnn7/Makefile | |
parent | Correct an out of date web page reference. Add trailing slashes to (diff) |
A library for Japanese Input Method Wnn6
PR: ports/6029 (part of)
Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
Diffstat (limited to 'japanese/onew-wnn7/Makefile')
-rw-r--r-- | japanese/onew-wnn7/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/japanese/onew-wnn7/Makefile b/japanese/onew-wnn7/Makefile new file mode 100644 index 000000000000..78e58abd09ef --- /dev/null +++ b/japanese/onew-wnn7/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: ONEW for 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-wnn6-2.2.10 +WNN6= yes + +.include "${.CURDIR}/../onew-wnn4/Makefile" |