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}
|
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
|
|
|
|
|
2012-10-10 18:56:07 +02:00
|
|
|
BUILD_DEPENDS= p5-File-MMagic>=0:${PORTSDIR}/devel/p5-File-MMagic
|
|
|
|
RUN_DEPENDS= p5-File-MMagic>=0:${PORTSDIR}/devel/p5-File-MMagic
|
1999-03-31 13:52:07 +02:00
|
|
|
|
2013-08-03 10:45:51 +02:00
|
|
|
USES= gettext iconv perl5
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2003-11-20 20:35:21 +01:00
|
|
|
CONFIGURE_ARGS= --with-perl5="${PERL}" \
|
|
|
|
--with-libintl-prefix=${LOCALBASE} \
|
2013-09-04 22:01:05 +02:00
|
|
|
${ICONV_CONFIGURE_ARG}
|
2008-03-20 23:42:27 +01:00
|
|
|
USE_LDCONFIG= yes
|
1999-03-31 13:52:07 +02:00
|
|
|
|
2011-08-17 08:21:38 +02:00
|
|
|
.include "${.CURDIR}/Makefile.common"
|
|
|
|
|
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)
|
2014-01-28 16:34:13 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/*.css ${STAGEDIR}${DOCSDIR}
|
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}/en
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/en/*.html ${STAGEDIR}${DOCSDIR}/en
|
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}/ja
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/ja/*.html ${STAGEDIR}${DOCSDIR}/ja
|
2001-02-10 14:19:57 +01:00
|
|
|
.endif
|
1999-03-31 13:52:07 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|