blob: eda26270e43898611c4e134996e03e6f5e848845 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.11 2008/01/06 15:45:12 taca Exp $
#
DISTNAME= chasen-${CHASEN_VERSION}
CATEGORIES= japanese textproc
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
HOMEPAGE= http://chasen-legacy.sourceforge.jp/
COMMENT= meta package of ChaSen, Japanese Morphological Analysis System
META_PACKAGE= yes
DEPENDS+= chasen-base>=${CHASEN_VERSION}:../../textproc/chasen-base
DEPENDS+= ipadic>=2.6.3:../../textproc/ipadic
.include "Makefile.common"
.include "../../mk/bsd.pkg.mk"
|