pkgsrc/inputmethod/tc/Makefile
wiz 85a7c1f751 Update to 2.3.1, provided by Hiramatsu Yoshifumi in PR 28434:
Changes:

* lisp/tc-mazegaki.el: C-g can interrupt kana-kanji conversion.

* lisp/tc-is18.el:
* lisp/tc-is19.el:
* lisp/tc-is20.el: fix infinite loop bug.

* lisp/tutc-tbl.el: fix translation table.

* lisp/eelll.el: use colored background in bitmap display mode.

* skkinput3/Makefile.am: merged patches/patch-ab
2004-11-27 17:54:31 +00:00

23 lines
555 B
Makefile

# $NetBSD: Makefile,v 1.8 2004/11/27 17:54:31 wiz Exp $
#
DISTNAME= tc-2.3.1
CATEGORIES= japanese inputmethod
MASTER_SITES= http://openlab.ring.gr.jp/tcode/resources/soft/
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
HOMEPAGE= http://openlab.ring.gr.jp/tcode/tc2/index.html
COMMENT= T-Code driver for Emacs
.include "../../mk/emacs.mk"
.if ${EMACS_FLAVOR} == "xemacs"
CONFIGURE_ARGS+=--with-emacs=xemacs
CONFIGURE_ARGS+=--with-lispdir=${EMACS_LISPPREFIX}/tc
.endif
USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES
INFO_FILES= tc.info
.include "../../mk/bsd.pkg.mk"