update Sat May 15 18:37:00 PDT 2010
[pkgsrc.git] / textproc / mecab-jumandic / Makefile
1 # $NetBSD: Makefile,v 1.4 2010/05/16 00:25:26 obache Exp $
2 #
3
4 .include "../../textproc/mecab/Makefile.common"
5
6 DISTNAME=       mecab-jumandic-5.1-20070304
7 PKGNAME=        mecab-jumandic-5.1.20070304
8
9 COMMENT=        Japanese Morphological Dictionary for MeCab
10 LICENSE=        modified-bsd
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 UNLIMIT_RESOURCES=      datasize
21
22 .include "../../textproc/mecab-base/buildlink3.mk"
23 .include "../../mk/bsd.pkg.mk"