pkgsrc/textproc/mecab-ipadic/Makefile

25 lines
617 B
Makefile

# $NetBSD: Makefile,v 1.7 2012/10/25 06:56:07 asau Exp $
#
.include "../../textproc/mecab/Makefile.common"
DISTNAME= mecab-ipadic-2.7.0-20070610
PKGNAME= mecab-ipadic-2.7.0.20070610
PKGREVISION= 1
COMMENT= Japanese Morphological Dictionary for MeCab
#LICENSE= # See ${WRKSRC}/COPYING
BUILD_DEPENDS+= mecab-base-[0-9]*:../../textproc/mecab-base
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-charset=${MECAB_CHARSET:Q}
BUILD_DEFS+= MECAB_CHARSET
FIND_PREFIX:= MECABDIR=mecab-base
.include "../../mk/find-prefix.mk"
CONFIGURE_ARGS+= --with-mecab-config=${MECABDIR}/bin/mecab-config
.include "../../mk/bsd.pkg.mk"