diff options
author | seb <seb@pkgsrc.org> | 2002-05-31 13:00:56 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-05-31 13:00:56 +0000 |
commit | d8feaca9a7fa77dc8737e1ff2cd168c6e5e8efec (patch) | |
tree | 69f556063e3971cdc5287ccdb2065bef0902d7a7 /textproc/chasen/Makefile | |
parent | d36900ce5d51b889343aa9398e6f422f7071d3f3 (diff) | |
download | pkgsrc-d8feaca9a7fa77dc8737e1ff2cd168c6e5e8efec.tar.gz |
Reimport of package chasen from japanese/chasen into textproc/chasen.
This is part of the japanese category retirement.
CATEGORIES and pathnames to japanese/ adjusted.
Diffstat (limited to 'textproc/chasen/Makefile')
-rw-r--r-- | textproc/chasen/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/chasen/Makefile b/textproc/chasen/Makefile new file mode 100644 index 00000000000..ef05f308f29 --- /dev/null +++ b/textproc/chasen/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 13:00:56 seb 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.4.1:../../textproc/ipadic + +EXTRACT_ONLY= # empty +NO_CHECKSUM= # defined +NO_PATCH= # defined +NO_CONFIGURE= # defined +NO_BUILD= # defined + +do-install: # empty + +.include "Makefile.common" +.include "../../mk/bsd.pkg.mk" |