blob: 57c1971d0cbfe661f73f25fc8a561917f98f4268 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.4 2008/04/10 16:43:58 obache Exp $
#
.include "../../textproc/mecab/Makefile.common"
DISTNAME= mecab-ipadic-2.7.0-20070610
PKGNAME= mecab-ipadic-2.7.0.20070610
COMMENT= Japanese Morphological Dictionary for MeCab
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-charset=${MECAB_CHARSET:Q}
BUILD_DEFS+= MECAB_CHARSET
.include "../../textproc/mecab-base/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|