diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-06-30 14:14:02 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-06-30 14:14:02 +0000 |
commit | dd78f2adb1b346e09cb10b7f9f3aafbc7b1a52af (patch) | |
tree | e5ef23d4a4660a3dfc9560d88e4dbe5a84fc0449 /japanese/kinput2-canna+sj3/Makefile | |
parent | Activate xteddy. (diff) |
Final step of this upgrade.
Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
PR: ports/6028 (part of)
Diffstat (limited to 'japanese/kinput2-canna+sj3/Makefile')
-rw-r--r-- | japanese/kinput2-canna+sj3/Makefile | 27 |
1 files changed, 9 insertions, 18 deletions
diff --git a/japanese/kinput2-canna+sj3/Makefile b/japanese/kinput2-canna+sj3/Makefile index f3b602b6d518..b116134b5604 100644 --- a/japanese/kinput2-canna+sj3/Makefile +++ b/japanese/kinput2-canna+sj3/Makefile @@ -1,22 +1,13 @@ -# New ports collection makefile for: kinput2.canna+sj3 -# Version required: 2.0p1 -# Date created: 10 Aug 1996 -# Whom: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp> +# New ports collection makefile for: kinput2-canna+sj3 +# Version required: 2.0p4 +# Date created: 19 Dec 1997 +# Whom: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp> # -# $Id: Makefile,v 1.2 1996/11/11 10:12:04 max Exp $ +# $Id: Makefile,v 1.3 1997/09/14 21:34:45 max Exp $ # -DISTNAME= kinput2-v2-fix1 -PKGNAME= ja-cskinput2-2.0.1 -CATEGORIES= japanese x11 -MASTER_SITES= ftp://ftp.sra.co.jp/pub/x11/kinput2/ +PKGNAME= ja-kinput2-canna+sj3-2.0.4 +CANNA= yes +SJ3= yes -MAINTAINER= hidekazu@cs.titech.ac.jp - -BUILD_DEPENDS= ${LOCALBASE}/lib/libsj3lib.a:${PORTSDIR}/japanese/sj3 -LIB_DEPENDS= canna16\\.1\\.:${PORTSDIR}/japanese/Canna - -NO_WRKSUBDIR= yes -USE_IMAKE= yes - -.include <bsd.port.mk> +.include "${.CURDIR}/../kinput2-wnn4/Makefile" |