diff options
author | seb <seb> | 2002-05-31 13:00:50 +0000 |
---|---|---|
committer | seb <seb> | 2002-05-31 13:00:50 +0000 |
commit | cbe28c2b00b04b04adbad1fcb1d46ed3e20cb3d1 (patch) | |
tree | 0b8c156fe68b36c117830e9cfd93e05d0f35ab16 /textproc/chasen-base/Makefile | |
parent | 4a7f0cfe35386321a013b98b8e8e8e5d74c780e6 (diff) | |
download | pkgsrc-cbe28c2b00b04b04adbad1fcb1d46ed3e20cb3d1.tar.gz |
Reimport of package chasen-base from japanese/chasen-base into textproc/chasen-base.
This is part of the japanese category retirement.
CATEGORIES adjusted.
Diffstat (limited to 'textproc/chasen-base/Makefile')
-rw-r--r-- | textproc/chasen-base/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/textproc/chasen-base/Makefile b/textproc/chasen-base/Makefile new file mode 100644 index 00000000000..5fe454f61f9 --- /dev/null +++ b/textproc/chasen-base/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 13:00:50 seb Exp $ +# + +DISTNAME= chasen-${CHASEN_VERSION} +PKGNAME= chasen-base-${CHASEN_VERSION} +CATEGORIES= japanese textproc +MASTER_SITES= http://chasen.aist-nara.ac.jp/stable/chasen/ + +PATCHFILES= chasen-${CHASEN_VERSION}-nmz.diff +PATCH_SITES= ${MASTER_SITES} +PATCH_DIST_STRIP= -p1 + +MAINTAINER= tech-pkg-ja@jp.netbsd.org +HOMEPAGE= http://chasen.aist-nara.ac.jp/ +COMMENT= ChaSen, Japanese Morphological Analysis System + +GNU_CONFIGURE= # defined +USE_LIBTOOL= # defined +USE_BUILDLINK_ONLY= # defined +OWN_DIRS= ${CHASEN_DICDIR} + +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig + +.include "../chasen/Makefile.common" +.include "../../mk/bsd.pkg.install.mk" +.include "../../mk/bsd.pkg.mk" |