diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-08-20 10:27:39 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-08-20 10:27:39 +0000 |
commit | 3af7448a8bc960561d470827c204a4f169b15253 (patch) | |
tree | e04c433526a4341e4c37c7ffe15bf7c245624393 /japanese/kinput2-canna+sj3/Makefile | |
parent | c23230c134c483f513fc103d3fdc1e147025088f (diff) | |
download | freebsd-ports-3af7448a8bc960561d470827c204a4f169b15253.zip |
kinput2 that can use canna or sj3.
Submitted by: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
Diffstat (limited to 'japanese/kinput2-canna+sj3/Makefile')
-rw-r--r-- | japanese/kinput2-canna+sj3/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/japanese/kinput2-canna+sj3/Makefile b/japanese/kinput2-canna+sj3/Makefile new file mode 100644 index 000000000000..a52ec4a6dd49 --- /dev/null +++ b/japanese/kinput2-canna+sj3/Makefile @@ -0,0 +1,22 @@ +# 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> +# +# $Id$ +# + +DISTNAME= kinput2-v2-fix1 +PKGNAME= jp-cskinput2-2.0.1 +CATEGORIES+= japanese x11 +MASTER_SITES= ftp://ftp.sra.co.jp/pub/x11/kinput2/ + +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> |