blob: 5afd9aae6bf7307463a2e5ee29e699f753ba0351 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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.5.1
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>
|