update Sat May 15 18:37:00 PDT 2010
[pkgsrc.git] / textproc / mecab-ipadic / Makefile
1 # $NetBSD: Makefile,v 1.5 2010/05/16 01:11:46 obache Exp $
2 #
3
4 .include "../../textproc/mecab/Makefile.common"
5
6 DISTNAME=       mecab-ipadic-2.7.0-20070610
7 PKGNAME=        mecab-ipadic-2.7.0.20070610
8
9 COMMENT=        Japanese Morphological Dictionary for MeCab
10 #LICENSE=       # See ${WRKSRC}/COPYING
11
12 PKG_DESTDIR_SUPPORT=    user-destdir
13
14 GNU_CONFIGURE=  yes
15
16 CONFIGURE_ARGS+=        --with-charset=${MECAB_CHARSET:Q}
17
18 BUILD_DEFS+=            MECAB_CHARSET
19
20 .include "../../textproc/mecab-base/buildlink3.mk"
21 .include "../../mk/bsd.pkg.mk"