pkgsrc-wip/mecab/Makefile
2006-03-19 13:34:37 +00:00

23 lines
561 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/03/19 13:34:37 obache Exp $
.include "Makefile.common"
DISTNAME= mecab-${MECAB_VERSION}
CATEGORIES= japanese textproc
MASTER_SITES= #empty
DISTFILES= #empty
MAINTAINER= obata@lins.jp
HOMEPAGE= http://mecab.sourceforge.jp/
COMMENT= Yet Another Part-of-Speech and Morphological Analyzer
DEPENDS+= mecab-base>=${MECAB_VERSION}:../../wip/mecab-base
DEPENDS+= {mecab-ipadic>=2.7.0,mecab-jumandic>=5.1}:../../wip/mecab-ipadic
NO_CHECKSUM= yes
NO_CONFIGURE= yes
NO_BUILD= yes
do-install: #empty
.include "../../mk/bsd.pkg.mk"