freebsd-ports/japanese/namazu2/Makefile
MANTANI Nobutaka f8de20aeba - Always depends on japanese/p5-MeCab since mknmz command requires MeCab perl
module by default. (Default setting was changed by the previous commit to
  databases/namazu2 by nork.)
- Remove WITH_MECAB knob and add WITH_KAKASI knob.
- Bump PORTREVISION.

PR:		ports/99906
Submitted by:	Takamichi Tateoka <tate@tateoka.org>
2006-07-08 16:56:57 +00:00

39 lines
1,002 B
Makefile

# New ports collection makefile for: namazu2
# Date created: 25 February 2000
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= namazu
PORTVERSION= 2.0.16
PORTREVISION= 2
CATEGORIES= japanese databases www textproc
MASTER_SITES= # empty
PKGNAMESUFFIX= 2
DISTFILES= # empty
EXTRACT_ONLY= # empty
MAINTAINER= ports@FreeBSD.org
COMMENT= Meta-port of Namazu and Japanese support modules
LIB_DEPENDS= nmz.7:${PORTSDIR}/databases/namazu2
RUN_DEPENDS= ${PM_BASE}/${PERL_ARCH}/NKF.pm:${PORTSDIR}/japanese/p5-nkf
PM_BASE= ${SITE_PERL}
PLIST= "@comment this plist is intentionally left empty"
.if defined(WITH_CHASEN)
RUN_DEPENDS+= ${PM_BASE}/${PERL_ARCH}/Text/ChaSen.pm:${PORTSDIR}/japanese/p5-Text-ChaSen
.elif defined(WITH_KAKASI)
RUN_DEPENDS+= ${PM_BASE}/${PERL_ARCH}/Text/Kakasi.pm:${PORTSDIR}/japanese/p5-Text-Kakasi
.else
RUN_DEPENDS+= ${PM_BASE}/${PERL_ARCH}/MeCab.pm:${PORTSDIR}/japanese/p5-MeCab
.endif
NO_BUILD= yes
do-install:
@${DO_NADA}
.include <bsd.port.mk>