summaryrefslogtreecommitdiff
path: root/textproc/ipadic/Makefile
diff options
context:
space:
mode:
authorseb <seb>2002-05-31 13:00:53 +0000
committerseb <seb>2002-05-31 13:00:53 +0000
commit70ed7b575de0437e8a216745d87b11e03f3d23d9 (patch)
tree90cf6d1c49aa13186bfb8b7d99a068d5158d88f6 /textproc/ipadic/Makefile
parent44b7030449a38311693838d363a56b8c9b7a1b8c (diff)
downloadpkgsrc-70ed7b575de0437e8a216745d87b11e03f3d23d9.tar.gz
Reimport of package ipadic from japanese/ipadic into textproc/ipadic.
This is part of the japanese category retirement. CATEGORIES and pathnames to japanese/ adjusted.
Diffstat (limited to 'textproc/ipadic/Makefile')
-rw-r--r--textproc/ipadic/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/ipadic/Makefile b/textproc/ipadic/Makefile
new file mode 100644
index 00000000000..823f18e82f7
--- /dev/null
+++ b/textproc/ipadic/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 13:00:53 seb Exp $
+#
+
+DISTNAME= ipadic-2.4.4
+CATEGORIES= japanese textproc
+MASTER_SITES= http://chasen.aist-nara.ac.jp/stable/ipadic/
+
+MAINTAINER= tech-pkg-ja@jp.netbsd.org
+HOMEPAGE= http://chasen.aist-nara.ac.jp/
+COMMENT= Japanese Morphological Dictionary for ChaSen
+
+DEPENDS= chasen-base>=2.2.5:../../textproc/chasen-base
+
+GNU_CONFIGURE= # defined
+CONF_FILES= ${CHASEN_DICDIR}/chasenrc.example \
+ ${CHASEN_CONFDIR}/chasenrc
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/chasenrc \
+ ${LOCALBASE}/share/chasen/dic/ipadic/chasenrc.example
+
+.include "../../textproc/chasen/Makefile.common"
+.include "../../mk/bsd.pkg.install.mk"
+.include "../../mk/texinfo.mk"
+.include "../../mk/bsd.pkg.mk"