pkgsrc/textproc/mecab/Makefile
joerg 76e564a8a9 Make sure that meta packages set META_PACKAGE before including
bsd.prefs.mk. Reported by Steven M. Bellovin for xorg packages.
2008-06-15 09:51:58 +00:00

15 lines
399 B
Makefile

# $NetBSD: Makefile,v 1.4 2008/06/15 09:51:59 joerg Exp $
META_PACKAGE= yes
.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
DEPENDS+= mecab-base>=${MECAB_VERSION}:../../textproc/mecab-base
.include "../../mk/bsd.pkg.mk"