1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/japanese/ipadic/Makefile
Mathieu Arnold a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00

27 lines
691 B
Makefile

# Created by: kuriyama
# $FreeBSD$
PORTNAME= ipadic
PORTVERSION= 2.7.0
PORTREVISION= 2
CATEGORIES= japanese textproc
MASTER_SITES= SFJP/${PORTNAME}/24435
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>