aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/chasen/Makefile
blob: de08abc2b4fcf8aa146b86d7a9f5fbb1fcb09901 (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
# New ports collection makefile for:    chasen
# Version required: 1.51 + 1.5
# Date created:     21 October 1998
# Whom:         kuriyama
#
# $Id: Makefile,v 1.2 1998/10/26 07:42:20 asami Exp $
#

DISTNAME=   chasen-sys1.51-dic1.5
PKGNAME=    ja-chasen-1.51
CATEGORIES= japanese
MASTER_SITES=   ftp://ftp.aist-nara.ac.jp/pub/nlp/tools/chasen/ \
        http://www.freebsd.org/~kuriyama/distfiles/

MAINTAINER= kuriyama@FreeBSD.ORG

WRKSRC=     ${WRKDIR}/chasen1.51

post-build:
    ${ECHO_MSG} "Making dictionaries"
    (cd ${WRKSRC}; ${MAKE} dic)

.include <bsd.port.mk>