blob: 84b1b50a2950bec792b55a5374a42d1f76e2d90e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.1.1.1 2007/05/12 13:51:44 obache Exp $
#
.include "../../textproc/mecab/Makefile.common"
DISTNAME= mecab-jumandic-5.1-20070304
PKGNAME= mecab-jumandic-5.1.20070304
COMMENT= Japanese Morphological Dictionary for MeCab
GNU_CONFIGURE= yes
UNLIMIT_RESOURCES= datasize
.include "../../textproc/mecab-base/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|