mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
23 lines
444 B
Makefile
23 lines
444 B
Makefile
# Created by: kuriyama
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= chasen
|
|
PORTVERSION= 2.4.4
|
|
CATEGORIES= japanese textproc
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
EXTRACT_ONLY= # empty
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Japanese Morphological Analysis System
|
|
|
|
RUN_DEPENDS= chasen:${PORTSDIR}/japanese/chasen-base \
|
|
${LOCALBASE}/share/chasen/dic/ipadic/cforms.cha:${PORTSDIR}/japanese/ipadic
|
|
|
|
NO_BUILD= YES
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
|
|
.include <bsd.port.mk>
|