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
14 lines
464 B
Text
14 lines
464 B
Text
# $NetBSD: Makefile.common,v 1.8 2009/08/03 23:30:06 taya Exp $
|
|
# used by inputmethod/anthy/Makefile
|
|
# used by inputmethod/anthy-elisp/Makefile
|
|
|
|
ANTHY_VERSION= 9100h
|
|
DISTNAME= anthy-${ANTHY_VERSION}
|
|
CATEGORIES= inputmethod
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=anthy/37536/}
|
|
DISTFILES= ${DISTNAME}.tar.gz
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../inputmethod/anthy/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../inputmethod/anthy/patches
|
|
|
|
HOMEPAGE= http://anthy.sourceforge.jp/
|