pkgsrc/textproc/mecab/Makefile.common
obache 44440faafd Update MeCab to 0.98.
2009-09-27 MeCab 0.98
 * UTF16 support (experimental)
 * On Windows, changed to use Native API (ex. MultiByteToWideChar) for
   codeset conversion.
 * Convert source code to Google coding style.
 * Add EON (end of N-best) format option (-S or --eon-format)
 * Fixes problems hankaku-kana handling on Shift-JIS environment
 * support online leraning (experimental)
 * Now buildable without -Wno-deprecated
 * and some small fixes.
2009-10-14 08:22:35 +00:00

17 lines
515 B
Makefile

# $NetBSD: Makefile.common,v 1.4 2009/10/14 08:22:35 obache Exp $
#
# used by textproc/mecab-base/Makefile
# used by textproc/java-mecab/Makefile
# used by textproc/p5-mecab/Makefile
# used by textproc/py-mecab/Makefile
# used by textproc/ruby-mecab/Makefile
# used by textproc/mecab-ipadic/Makefile
# used by textproc/mecab-jumandic/Makefile
MECAB_VERSION= 0.98
CATEGORIES= japanese textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mecab/}
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://mecab.sourceforge.net/