pkgsrc/textproc/mecab-ipadic/Makefile
obache b81924aae0 Note commented out LICENSE.
mainly ICOT Free Software License.
2010-05-16 01:11:46 +00:00

21 lines
493 B
Makefile

# $NetBSD: Makefile,v 1.5 2010/05/16 01:11:46 obache Exp $
#
.include "../../textproc/mecab/Makefile.common"
DISTNAME= mecab-ipadic-2.7.0-20070610
PKGNAME= mecab-ipadic-2.7.0.20070610
COMMENT= Japanese Morphological Dictionary for MeCab
#LICENSE= # See ${WRKSRC}/COPYING
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-charset=${MECAB_CHARSET:Q}
BUILD_DEFS+= MECAB_CHARSET
.include "../../textproc/mecab-base/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"