5ad27fe9d1
NAIST-jdic is Japanese Morphological Dictionary, succession of IPAdic but it is licensed under modified BSD license. This is the dictionary for MeCab.
26 lines
673 B
Makefile
26 lines
673 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/03/23 15:12:30 taca Exp $
|
|
#
|
|
|
|
DISTNAME= mecab-naist-jdic-0.6.3-20100801
|
|
PKGNAME= ${DISTNAME:S/naist-jdic/naistjdic/}
|
|
CATEGORIES= japanese textproc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=naist-jdic/48487/}
|
|
|
|
MAINTAINER= pkgsrc-userse@NetBSD.org
|
|
HOMEPAGE= http://sourceforge.jp/projects/naist-jdic/wiki/FrontPage
|
|
|
|
COMMENT= Japanese Morphological Dictionary for MeCab
|
|
LICENSE= modified-bsd
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --with-charset=${MECAB_CHARSET:Q}
|
|
|
|
BUILD_DEFS+= MECAB_CHARSET
|
|
|
|
UNLIMIT_RESOURCES= datasize
|
|
|
|
.include "../../textproc/mecab-base/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|