blob: 0ccdecc59e1812d25169bb89945102ee8f5acf96 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PORTNAME= ipadic
PORTVERSION= 2.7.0
PORTREVISION= 2
CATEGORIES= japanese textproc
MASTER_SITES= OSDN/${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Japanese Morphological Dictionary for ChaSen
WWW= https://sourceforge.jp/projects/ipadic/devel/
BUILD_DEPENDS= chasen:japanese/chasen-base
RUN_DEPENDS= chasen:japanese/chasen-base
CONFIGURE_ARGS= --with-dicdir=${PREFIX}/share/chasen/dic \
--with-chasenrc-path=${STAGEDIR}${PREFIX}/share/chasen/dic/ipadic
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
pre-install:
${MKDIR} ${STAGEDIR}${PREFIX}/share/chasen/dic/ipadic
${INSTALL_DATA} ${WRKSRC}/chasenrc \
${STAGEDIR}${PREFIX}/share/chasen/dic/ipadic/chasenrc.sample
.include <bsd.port.mk>
|