MeCab: Yet Another Part-of-Speech and Morphological Analyzer

This is MeCab meta-pkg.
This commit is contained in:
OBATA Akio 2006-03-19 13:34:37 +00:00 committed by Thomas Klausner
parent f849a5c9e4
commit a0b6180597
5 changed files with 50 additions and 0 deletions

1
mecab/DESCR Normal file
View file

@ -0,0 +1 @@
Yet Another Part-of-Speech and Morphological Analyzer

23
mecab/Makefile Normal file
View file

@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.1.1.1 2006/03/19 13:34:37 obache Exp $
.include "Makefile.common"
DISTNAME= mecab-${MECAB_VERSION}
CATEGORIES= japanese textproc
MASTER_SITES= #empty
DISTFILES= #empty
MAINTAINER= obata@lins.jp
HOMEPAGE= http://mecab.sourceforge.jp/
COMMENT= Yet Another Part-of-Speech and Morphological Analyzer
DEPENDS+= mecab-base>=${MECAB_VERSION}:../../wip/mecab-base
DEPENDS+= {mecab-ipadic>=2.7.0,mecab-jumandic>=5.1}:../../wip/mecab-ipadic
NO_CHECKSUM= yes
NO_CONFIGURE= yes
NO_BUILD= yes
do-install: #empty
.include "../../mk/bsd.pkg.mk"

4
mecab/Makefile.common Normal file
View file

@ -0,0 +1,4 @@
# $NetBSD: Makefile.common,v 1.1.1.1 2006/03/19 13:34:37 obache Exp $
#
MECAB_VERSION= 0.90rc11

2
mecab/PLIST Normal file
View file

@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/19 13:34:37 obache Exp $
@comment this plist intentionally left empty

20
mecab/buildlink3.mk Normal file
View file

@ -0,0 +1,20 @@
# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/03/19 13:34:37 obache Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
MECAB_BUILDLINK3_MK:= ${MECAB_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= mecab
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nmecab}
BUILDLINK_PACKAGES+= mecab
.if !empty(MECAB_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.mecab+= mecab>=0.90rc10
BUILDLINK_PKGSRCDIR.mecab?= ../../wip/mecab
.endif # MECAB_BUILDLINK3_MK
.include "../../wip/mecab-base/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}