2013-03-28 04:28:30 +01:00
|
|
|
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
|
2002-10-08 15:33:00 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= sary
|
2005-12-10 19:53:13 +01:00
|
|
|
PORTVERSION= 1.2.0
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 2
|
2002-10-08 15:33:00 +02:00
|
|
|
CATEGORIES= textproc
|
2005-12-10 19:53:13 +01:00
|
|
|
MASTER_SITES= http://sary.sourceforge.net/
|
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
|
|
|
|
2013-04-23 16:20:25 +02:00
|
|
|
USES= pathfix pkgconfig
|
2013-03-28 18:56:37 +01:00
|
|
|
USE_GNOME= glib20
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2006-08-15 03:04:55 +02:00
|
|
|
USE_LDCONFIG= yes
|
2002-10-08 15:33:00 +02:00
|
|
|
|
|
|
|
MAN1= sary.1 mksary.1
|
|
|
|
|
2013-09-21 01:17:30 +02:00
|
|
|
NO_STAGE= yes
|
2005-12-10 19:53:13 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/^SUBDIRS/s|docs||g' ${WRKSRC}/Makefile.in
|
2002-10-08 15:33:00 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2005-12-10 19:53:13 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
cd ${WRKSRC}/docs && ${FIND} . ! -name "*Makefile*" | \
|
|
|
|
${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
|
2002-10-08 15:33:00 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|