6eb5724243
o Make ja-chasen meta-port. o Upgrade to 2.2.7. o Separate ipadic to ja-ipadic-2.4.4.
26 lines
536 B
Makefile
26 lines
536 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.4.4
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= http://chasen.aist-nara.ac.jp/stable/ipadic/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= chasen:${PORTSDIR}/japanese/chasen-base
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/chasenrc \
|
|
${PREFIX}/share/chasen/dic/ipadic/chasenrc.example
|
|
|
|
.include <bsd.port.mk>
|