1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/japanese/ipadic/Makefile
Ade Lovett 8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00

27 lines
639 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
CATEGORIES= japanese textproc
MASTER_SITES= http://chasen.aist-nara.ac.jp/stable/ipadic/
MAINTAINER= ports@FreeBSD.org
COMMENT= Japanese Morphological Dictionary for ChaSen
BUILD_DEPENDS= chasen:${PORTSDIR}/japanese/chasen-base
CONFIGURE_ARGS= --with-dicdir=${PREFIX}/share/chasen/dic
GNU_CONFIGURE= yes
post-install:
${INSTALL_DATA} ${WRKSRC}/chasenrc \
${PREFIX}/share/chasen/dic/ipadic/chasenrc.example
.include <bsd.port.mk>