mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
24 lines
539 B
Makefile
24 lines
539 B
Makefile
# 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>
|