6eb5724243
o Make ja-chasen meta-port. o Upgrade to 2.2.7. o Separate ipadic to ja-ipadic-2.4.4.
25 lines
511 B
Makefile
25 lines
511 B
Makefile
# New ports collection makefile for: chasen
|
|
# Date created: 21 October 1998
|
|
# Whom: kuriyama
|
|
#
|
|
# $NetBSD: Makefile,v 1.2 1999/06/07 09:54:39 sakamoto Exp $
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= chasen
|
|
PORTVERSION= 2.2.7
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
EXTRACT_ONLY= # empty
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
RUN_DEPENDS= chasen:${PORTSDIR}/japanese/chasen-base \
|
|
${LOCALBASE}/share/chasen/dic/ipadic/cforms.cha:${PORTSDIR}/japanese/ipadic
|
|
|
|
NO_BUILD= YES
|
|
|
|
do-install:
|
|
|
|
.include <bsd.port.mk>
|