2002-10-08 15:33:00 +02:00
|
|
|
# New ports collection makefile for: Sary
|
|
|
|
# Date created: 8 October 2002
|
|
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= sary
|
2003-09-29 09:44:28 +02:00
|
|
|
PORTVERSION= 1.1.0
|
2005-11-05 06:22:06 +01:00
|
|
|
PORTREVISION= 4
|
2002-10-08 15:33:00 +02:00
|
|
|
CATEGORIES= textproc
|
2003-09-29 09:44:28 +02:00
|
|
|
MASTER_SITES= http://prime.sourceforge.jp/freebsd/
|
2002-10-08 15:33:00 +02:00
|
|
|
|
2005-11-11 02:18:01 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-18 06:52:56 +01:00
|
|
|
COMMENT= A suffix array library and tools, which provide fast full-text search
|
2002-10-08 15:33:00 +02:00
|
|
|
|
2004-04-18 21:48:56 +02:00
|
|
|
CONFIGURE_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2003-10-18 16:53:27 +02:00
|
|
|
USE_GNOME= glib20 gnomehack
|
2002-10-08 15:33:00 +02:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= automake:15 autoconf:253 libtool:13
|
2003-09-29 09:44:28 +02:00
|
|
|
AUTOMAKE_ARGS= -a
|
2002-10-08 15:33:00 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
MAN1= sary.1 mksary.1
|
|
|
|
|
2003-09-29 09:44:28 +02:00
|
|
|
pre-configure:
|
2002-10-08 15:33:00 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2003-09-29 09:44:28 +02:00
|
|
|
${FIND} ${WRKSRC}/docs -type f -name 'Makefile.am' | \
|
2002-10-08 15:33:00 +02:00
|
|
|
${XARGS} ${REINPLACE_CMD} \
|
|
|
|
-e 's,^docsdir = .*,docsdir = \$$(datadir)/doc/sary,'
|
|
|
|
.endif
|
2004-04-18 21:48:56 +02:00
|
|
|
cd ${WRKSRC} && ${ACLOCAL}
|
2003-10-18 16:53:27 +02:00
|
|
|
${REINPLACE_CMD} -e 's,--no-verify,,' ${WRKSRC}/aclocal.m4
|
2004-04-18 21:48:56 +02:00
|
|
|
cd ${WRKSRC} && ${LIBTOOLIZE} && ${AUTOHEADER}
|
2002-10-08 15:33:00 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
cd ${WRKSRC}/docs; ${MAKE} install
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|