mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
d0fc635f72
- update all affected ports PR: 244164 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Differential Revision: https://reviews.freebsd.org/D24955
27 lines
685 B
Makefile
27 lines
685 B
Makefile
# Created by: kuriyama
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
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>
|