2000-03-01 21:56:15 +01:00
|
|
|
# New ports collection makefile for: namazu2
|
|
|
|
# Date created: 25 February 2000
|
|
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
1999-03-31 13:52:07 +02:00
|
|
|
#
|
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
|
2004-12-16 04:51:29 +01:00
|
|
|
PORTVERSION= 2.0.14
|
2001-10-21 22:27:13 +02:00
|
|
|
CATEGORIES+= databases www textproc
|
2000-03-01 21:56:15 +01:00
|
|
|
MASTER_SITES= http://www.namazu.org/stable/
|
2001-09-12 12:54:22 +02:00
|
|
|
PKGNAMESUFFIX= 2
|
2002-09-13 14:10:50 +02:00
|
|
|
|
2003-11-20 20:35:21 +01:00
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
|
|
COMMENT= Full-text search system intended for easy use
|
|
|
|
|
2001-10-21 22:27:13 +02:00
|
|
|
BUILD_DEPENDS= ${PM_BASE}/File/MMagic.pm:${PORTSDIR}/devel/p5-File-MMagic
|
|
|
|
RUN_DEPENDS= ${PM_BASE}/File/MMagic.pm:${PORTSDIR}/devel/p5-File-MMagic
|
2000-03-01 21:56:15 +01:00
|
|
|
|
2003-10-24 14:05:09 +02:00
|
|
|
PM_BASE= ${SITE_PERL}
|
1999-03-31 13:52:07 +02:00
|
|
|
|
2004-03-30 21:20:22 +02:00
|
|
|
USE_ICONV= yes
|
2004-02-04 05:36:30 +01:00
|
|
|
USE_GETTEXT= yes
|
1999-03-31 13:52:07 +02:00
|
|
|
USE_PERL5= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2003-11-20 20:35:21 +01:00
|
|
|
CONFIGURE_ARGS= --with-perl5="${PERL}" \
|
|
|
|
--with-libintl-prefix=${LOCALBASE} \
|
|
|
|
--with-libiconv-prefix=${LOCALBASE}
|
1999-03-31 13:52:07 +02:00
|
|
|
|
2000-03-01 21:56:15 +01:00
|
|
|
MAN1= namazu.1 mknmz.1
|
2000-06-17 07:34:04 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-03-01 21:56:15 +01:00
|
|
|
|
2004-04-02 09:01:02 +02:00
|
|
|
post-install:
|
2001-02-10 14:19:57 +01:00
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
${RM} -rf ${PREFIX}/share/namazu/doc
|
|
|
|
.endif
|
1999-03-31 13:52:07 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|