pkgsrc/inputmethod/anthy/options.mk
rillig 33ff368747 inputmethod: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-02 22:56:53 +00:00

22 lines
659 B
Makefile

# $NetBSD: options.mk,v 1.4 2019/11/02 22:56:53 rillig 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