2013-09-20 20:47:54 +02:00
|
|
|
# Created by: kuriyama
|
2001-07-23 11:54:11 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ipadic
|
2004-05-14 14:55:48 +02:00
|
|
|
PORTVERSION= 2.7.0
|
2014-04-13 15:18:45 +02:00
|
|
|
PORTREVISION= 2
|
2003-04-02 14:32:03 +02:00
|
|
|
CATEGORIES= japanese textproc
|
2012-06-17 22:24:49 +02:00
|
|
|
MASTER_SITES= SFJP/${PORTNAME}/24435
|
2001-07-23 11:54:11 +02:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Japanese Morphological Dictionary for ChaSen
|
2001-07-23 11:54:11 +02:00
|
|
|
|
|
|
|
BUILD_DEPENDS= chasen:${PORTSDIR}/japanese/chasen-base
|
2008-12-29 23:37:07 +01:00
|
|
|
RUN_DEPENDS= chasen:${PORTSDIR}/japanese/chasen-base
|
2001-07-23 11:54:11 +02:00
|
|
|
|
2014-04-13 15:18:45 +02:00
|
|
|
CONFIGURE_ARGS= --with-dicdir=${PREFIX}/share/chasen/dic \
|
|
|
|
--with-chasenrc-path=${STAGEDIR}${PREFIX}/share/chasen/dic/ipadic
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2009-11-20 00:41:55 +01:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2001-07-23 11:54:11 +02:00
|
|
|
|
2014-04-13 14:36:43 +02:00
|
|
|
pre-install:
|
|
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/share/chasen/dic/ipadic
|
2001-07-23 11:54:11 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/chasenrc \
|
2014-04-13 15:18:45 +02:00
|
|
|
${STAGEDIR}${PREFIX}/share/chasen/dic/ipadic/chasenrc.sample
|
2001-07-23 11:54:11 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|