2008-06-15 11:51:58 +02:00
|
|
|
# $NetBSD: Makefile,v 1.4 2008/06/15 09:51:59 joerg Exp $
|
|
|
|
|
|
|
|
META_PACKAGE= yes
|
2007-05-12 15:48:24 +02:00
|
|
|
|
|
|
|
.include "Makefile.common"
|
|
|
|
|
|
|
|
DISTNAME= mecab-${MECAB_VERSION}
|
|
|
|
DISTFILES= #empty
|
|
|
|
|
|
|
|
COMMENT= Yet Another Part-of-Speech and Morphological Analyzer
|
|
|
|
|
|
|
|
DEPENDS+= {mecab-ipadic>=2.7.0,mecab-jumandic>=5.1}:../../textproc/mecab-ipadic
|
2008-02-04 05:58:52 +01:00
|
|
|
DEPENDS+= mecab-base>=${MECAB_VERSION}:../../textproc/mecab-base
|
2007-05-12 15:48:24 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|