blob: ed95ee7126c9baadcd0180f9f18f16856cbd3739 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $NetBSD: Makefile,v 1.6 2001/02/23 15:04:54 taca Exp $
#
DISTNAME= chasen-${CHASEN_VERSION}
CATEGORIES= japanese
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= tech-pkg-ja@jp.netbsd.org
HOMEPAGE= http://chasen.aist-nara.ac.jp/
COMMENT= ChaSen, Japanese Morphological Analysis System
DEPENDS+= chasen-base>=2.2.1:../../japanese/chasen-base
DEPENDS+= ipadic>=2.4.1:../../japanese/ipadic
EXTRACT_ONLY= # empty
NO_CHECKSUM= # defined
NO_PATCH= # defined
NO_CONFIGURE= # defined
NO_BUILD= # defined
do-install: # empty
.include "../chasen-base/Makefile.common"
.include "../../mk/bsd.pkg.mk"
|