2001-07-23 11:54:11 +02:00
|
|
|
# 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
|
2004-05-14 14:55:48 +02:00
|
|
|
PORTVERSION= 2.7.0
|
2003-04-02 14:32:03 +02:00
|
|
|
CATEGORIES= japanese textproc
|
2001-07-23 11:54:11 +02:00
|
|
|
MASTER_SITES= http://chasen.aist-nara.ac.jp/stable/ipadic/
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
2004-05-14 14:55:48 +02:00
|
|
|
CONFIGURE_ARGS= --with-dicdir=${PREFIX}/share/chasen/dic
|
2004-03-14 07:17:56 +01:00
|
|
|
USE_LIBTOOL_VER=13
|
2001-07-23 11:54:11 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/chasenrc \
|
|
|
|
${PREFIX}/share/chasen/dic/ipadic/chasenrc.example
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|