pkgsrc/textproc/mecab-jumandic/Makefile

27 lines
634 B
Makefile

# $NetBSD: Makefile,v 1.6 2012/10/25 06:56:07 asau Exp $
#
.include "../../textproc/mecab/Makefile.common"
DISTNAME= mecab-jumandic-5.1-20070304
PKGNAME= mecab-jumandic-5.1.20070304
PKGREVISION= 1
COMMENT= Japanese Morphological Dictionary for MeCab
LICENSE= modified-bsd
BUILD_DEPENDS+= mecab-base-[0-9]*:../../textproc/mecab-base
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-charset=${MECAB_CHARSET:Q}
BUILD_DEFS+= MECAB_CHARSET
UNLIMIT_RESOURCES= datasize
FIND_PREFIX:= MECABDIR=mecab-base
.include "../../mk/find-prefix.mk"
CONFIGURE_ARGS+= --with-mecab-config=${MECABDIR}/bin/mecab-config
.include "../../mk/bsd.pkg.mk"