pkgsrc-wip/tc-git/options.mk
Makoto Fujiwara 04d214e4dd Import tc-2.99.2 as wip/tc-git.
(Git Version of tcode)

TC2 provides T-Code and TUT-Code input methods for Emacs users. T-Code
and TUT-Code are called "Kanji Direct Input Method", and designed to be
more efficient Japanese input method than Kana-Kanji translation.

For more infomation, please look into these web sites.
  T-Code   -> http://openlab.ring.gr.jp/tcode/index.html
           -> http://groups.google.com/group/tcode
  TUT-Code -> http://www.crew.sfc.keio.ac.jp/~chk/
2013-01-22 13:54:21 +00:00

13 lines
412 B
Makefile

# $NetBSD: options.mk,v 1.1 2013/01/22 13:54:22 makoto Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.tc
PKG_SUPPORTED_OPTIONS= enable-symbol-rev
PKG_SUGGESTED_OPTIONS=
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Menable-symbol-rev)
# enable symbol.rev to be included in bushu.rev
# This will get, for example, upper arrow with UE(up) + YA(arrow)
CONFIGURE_ARGS+= --enable-symbol-rev
.endif