4c788f4016
Patch provided by YAMASHIRO Jun in PR 41805. Changelog for Anthy: * Update kana-kanji dictionary(9100b, 9100d, 9100e, 9100g). * Improbed for stability(9100g). * Bugfixes Changelog for pkgsrc * Update optional dictionary: okinawa-20090801.t
22 lines
655 B
Makefile
22 lines
655 B
Makefile
# $NetBSD: options.mk,v 1.3 2009/08/03 23:30:06 taya Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.anthy
|
|
PKG_SUPPORTED_OPTIONS= anthy-2ch-dict anthy-okinawa-dict
|
|
PKG_OPTIONS_LEGACY_OPTS+= 2ch_dict:anthy-2ch-dict
|
|
PKG_OPTIONS_LEGACY_OPTS+= okinawa_dict:anthy-okinawa-dict
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
###
|
|
### Optional dictionary support
|
|
###
|
|
.if !empty(PKG_OPTIONS:Manthy-2ch-dict)
|
|
DISTFILES+= 2ch.t
|
|
SITES.2ch.t+= http://omaemona.sourceforge.net/packages/Zisyo/
|
|
.endif
|
|
|
|
.if !empty(PKG_OPTIONS:Manthy-okinawa-dict)
|
|
OKIDIC_VERSION= okinawa-20090801
|
|
DISTFILES+= ${OKIDIC_VERSION}.t
|
|
SITES.${OKIDIC_VERSION}.t+= http://www.ofug.net/~yamajun/files/o-dic/
|
|
.endif
|