summaryrefslogtreecommitdiff
path: root/misc/libkkc-data/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-05-24 13:13:07 +0000
committerobache <obache@pkgsrc.org>2014-05-24 13:13:07 +0000
commit03ae677c81227f6352d8e164833bf1c9fca99af2 (patch)
tree4292c2b890aea2bc2a4f177606cbe30010ef20cf /misc/libkkc-data/Makefile
parent07da05f88fb01d17a70894a4c5ac9b46ccf54cc1 (diff)
downloadpkgsrc-03ae677c81227f6352d8e164833bf1c9fca99af2.tar.gz
Import libkkc-data-0.2.7 as misc/libkkc-data.
This package provide language model data for libkkc.
Diffstat (limited to 'misc/libkkc-data/Makefile')
-rw-r--r--misc/libkkc-data/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/libkkc-data/Makefile b/misc/libkkc-data/Makefile
new file mode 100644
index 00000000000..8190bf7f191
--- /dev/null
+++ b/misc/libkkc-data/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2014/05/24 13:13:07 obache Exp $
+
+DISTNAME= libkkc-data-0.2.7
+CATEGORIES= misc japanese
+MASTER_SITES= https://bitbucket.org/libkkc/libkkc-data/downloads/
+EXTRACT_SUFX= .tar.xz
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= https://bitbucket.org/libkkc/libkkc-data/
+COMMENT= Language model data for libkkc
+LICENSE= gnu-gpl-v3
+
+BUILD_DEPENDS+= ${PYPKGPREFIX}-marisa-[0-9]*:../../textproc/py-marisa
+
+GNU_CONFIGURE= yes
+
+PYTHON_FOR_BUILD_ONLY= yes
+.include "../../lang/python/application.mk"
+.include "../../mk/bsd.pkg.mk"