blob: 3fab037cc80fc54ed6ece324ab209b8f07e7c483 (
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
26
|
# $NetBSD: Makefile,v 1.3 2003/01/28 22:04:21 jlam Exp $
#
DISTNAME= ipadic-2.4.4
PKGREVISION= 1
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= yes
USE_PKGINSTALL= yes
CONF_FILES= ${CHASEN_DICDIR}/ipadic/chasenrc.example \
${CHASEN_CONFDIR}/chasenrc
post-install:
${INSTALL_DATA} ${WRKSRC}/chasenrc \
${CHASEN_DICDIR}/ipadic/chasenrc.example
.include "../../textproc/chasen/Makefile.common"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"
|