freebsd-ports/japanese/ipadic/Makefile
Sylvio Cesar Teixeira 1951505172 - Update MASTER_SITES and WWW: line
PR:		ports/169001
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-06-17 20:24:49 +00:00

29 lines
708 B
Makefile

# New ports collection makefile for: ipadic
# Date created: 23 Jul 2001
# Whom: kuriyama
#
# $NetBSD: Makefile,v 1.10 2001/04/13 14:54:07 kei Exp $
# $FreeBSD$
#
PORTNAME= ipadic
PORTVERSION= 2.7.0
PORTREVISION= 1
CATEGORIES= japanese textproc
MASTER_SITES= SFJP/${PORTNAME}/24435
MAINTAINER= ports@FreeBSD.org
COMMENT= Japanese Morphological Dictionary for ChaSen
BUILD_DEPENDS= chasen:${PORTSDIR}/japanese/chasen-base
RUN_DEPENDS= chasen:${PORTSDIR}/japanese/chasen-base
CONFIGURE_ARGS= --with-dicdir=${PREFIX}/share/chasen/dic
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
post-install:
${INSTALL_DATA} ${WRKSRC}/chasenrc \
${PREFIX}/share/chasen/dic/ipadic/chasenrc.example
.include <bsd.port.mk>