24 lines
587 B
Makefile
24 lines
587 B
Makefile
# $NetBSD: Makefile,v 1.5 2004/05/06 13:35:19 taca Exp $
|
|
#
|
|
|
|
DISTNAME= chasen-${CHASEN_VERSION}
|
|
CATEGORIES= japanese textproc
|
|
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>=${CHASEN_VERSION}:../../textproc/chasen-base
|
|
DEPENDS+= ipadic>=2.6.3:../../textproc/ipadic
|
|
|
|
EXTRACT_ONLY= # empty
|
|
NO_CHECKSUM= # defined
|
|
NO_CONFIGURE= # defined
|
|
NO_BUILD= # defined
|
|
|
|
do-install: # empty
|
|
|
|
.include "Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|