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
|
2009-10-04 12:08:39 +02:00
|
|
|
PORTVERSION= 2.0.20
|
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
|
|
|
|
2005-11-11 02:18:01 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-11-20 20:35:21 +01:00
|
|
|
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
|
|
|
|
2008-03-20 23:42:27 +01:00
|
|
|
USE_PERL5= yes
|
2004-03-30 21:20:22 +02:00
|
|
|
USE_ICONV= yes
|
2004-02-04 05:36:30 +01:00
|
|
|
USE_GETTEXT= yes
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2003-11-20 20:35:21 +01:00
|
|
|
CONFIGURE_ARGS= --with-perl5="${PERL}" \
|
|
|
|
--with-libintl-prefix=${LOCALBASE} \
|
|
|
|
--with-libiconv-prefix=${LOCALBASE}
|
2008-03-20 23:42:27 +01:00
|
|
|
USE_LDCONFIG= yes
|
1999-03-31 13:52:07 +02:00
|
|
|
|
2000-03-01 21:56:15 +01:00
|
|
|
MAN1= namazu.1 mknmz.1
|
2008-03-20 23:42:27 +01:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/^SUBDIRS/s|doc||g' ${WRKSRC}/Makefile.in
|
2000-03-01 21:56:15 +01:00
|
|
|
|
2004-04-02 09:01:02 +02:00
|
|
|
post-install:
|
2008-03-20 23:42:27 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/*.css ${DOCSDIR}
|
|
|
|
@${MKDIR} ${DOCSDIR}/en
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/en/*.html ${DOCSDIR}/en
|
|
|
|
@${MKDIR} ${DOCSDIR}/ja
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/ja/*.html ${DOCSDIR}/ja
|
2001-02-10 14:19:57 +01:00
|
|
|
.endif
|
1999-03-31 13:52:07 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|