blob: f88853c55ad1fb15a6bb55da743892fdb52975ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.3 2008/02/04 04:58:53 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
.include "../../textproc/mecab-base/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|