2013-08-03 10:45:51 +02:00
|
|
|
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
|
1999-08-25 07:28:01 +02:00
|
|
|
# $FreeBSD$
|
1999-03-31 13:52:07 +02:00
|
|
|
|
2001-09-12 12:54:22 +02:00
|
|
|
PORTNAME= namazu
|
2011-08-17 08:21:38 +02:00
|
|
|
PORTVERSION= ${NAMAZU_PORTVERSION}
|
2014-07-30 01:52:43 +02:00
|
|
|
PORTREVISION= 1
|
2001-10-12 22:10:12 +02:00
|
|
|
CATEGORIES= japanese databases www textproc
|
2001-10-21 22:32:46 +02:00
|
|
|
MASTER_SITES= # empty
|
2001-09-12 12:54:22 +02:00
|
|
|
PKGNAMESUFFIX= 2
|
2001-10-21 22:32:46 +02:00
|
|
|
DISTFILES= # empty
|
|
|
|
EXTRACT_ONLY= # empty
|
1999-03-31 13:52:07 +02:00
|
|
|
|
2005-11-11 02:18:01 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-18 06:52:56 +01:00
|
|
|
COMMENT= Meta-port of Namazu and Japanese support modules
|
1999-03-31 13:52:07 +02:00
|
|
|
|
2014-05-18 21:34:01 +02:00
|
|
|
LIB_DEPENDS= libnmz.so:${PORTSDIR}/databases/namazu2
|
2012-10-10 18:56:07 +02:00
|
|
|
RUN_DEPENDS= ja-p5-nkf>=0:${PORTSDIR}/japanese/p5-nkf
|
2000-03-01 21:56:15 +01:00
|
|
|
|
2006-05-01 17:13:35 +02:00
|
|
|
PLIST= "@comment this plist is intentionally left empty"
|
1999-03-31 13:52:07 +02:00
|
|
|
|
2006-07-08 18:56:57 +02:00
|
|
|
.if defined(WITH_CHASEN)
|
2012-10-16 05:39:28 +02:00
|
|
|
RUN_DEPENDS+= ja-p5-Text-ChaSen>=0:${PORTSDIR}/japanese/p5-Text-ChaSen
|
2006-07-08 18:56:57 +02:00
|
|
|
.elif defined(WITH_KAKASI)
|
2012-10-16 05:39:28 +02:00
|
|
|
RUN_DEPENDS+= ja-p5-Text-Kakasi>=0:${PORTSDIR}/japanese/p5-Text-Kakasi
|
2006-07-08 18:56:57 +02:00
|
|
|
.else
|
2012-10-16 05:39:28 +02:00
|
|
|
RUN_DEPENDS+= ja-p5-MeCab>=0:${PORTSDIR}/japanese/p5-MeCab
|
2000-12-20 22:14:31 +01:00
|
|
|
.endif
|
2000-10-26 22:56:25 +02:00
|
|
|
|
2011-08-17 08:21:38 +02:00
|
|
|
.include "${.CURDIR}/../../databases/namazu2/Makefile.common"
|
|
|
|
|
2001-10-21 22:32:46 +02:00
|
|
|
NO_BUILD= yes
|
2013-08-03 10:45:51 +02:00
|
|
|
USES= perl5
|
1999-03-31 13:52:07 +02:00
|
|
|
|
2001-11-01 20:35:32 +01:00
|
|
|
do-install:
|
|
|
|
@${DO_NADA}
|
|
|
|
|
1999-03-31 13:52:07 +02:00
|
|
|
.include <bsd.port.mk>
|