1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/japanese/chasen/Makefile
Michael Haro 65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00

24 lines
497 B
Makefile

# New ports collection makefile for: chasen
# Version required: 1.51 + 1.5
# Date created: 21 October 1998
# Whom: kuriyama
#
# $FreeBSD$
#
DISTNAME= chasen-sys1.51-dic1.5
PKGNAME= ja-chasen-1.51
CATEGORIES= japanese
MASTER_SITES= ftp://ftp.aist-nara.ac.jp/lab/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>