mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
a9dcad2fff
With hat: portmgr Sponsored by: Absolight
29 lines
711 B
Makefile
29 lines
711 B
Makefile
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= namazu
|
|
PORTVERSION= ${NAMAZU_PORTVERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= japanese databases www textproc
|
|
PKGNAMESUFFIX= 2
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Meta-port of Namazu and Japanese support modules
|
|
|
|
LIB_DEPENDS= libnmz.so:databases/namazu2
|
|
RUN_DEPENDS= ja-p5-nkf>=0:japanese/p5-nkf
|
|
|
|
.if defined(WITH_CHASEN)
|
|
RUN_DEPENDS+= ja-p5-Text-ChaSen>=0:japanese/p5-Text-ChaSen
|
|
.elif defined(WITH_KAKASI)
|
|
RUN_DEPENDS+= ja-p5-Text-Kakasi>=0:japanese/p5-Text-Kakasi
|
|
.else
|
|
RUN_DEPENDS+= ja-p5-MeCab>=0:japanese/p5-MeCab
|
|
.endif
|
|
|
|
.include "${.CURDIR}/../../databases/namazu2/Makefile.common"
|
|
|
|
USES= metaport perl5
|
|
|
|
.include <bsd.port.mk>
|