6f27e224a9
Sary is a suffix array library and tools. It provides fast full-text search facilities for text files on the order of 10 to 100 MB using a data structure called a suffix array. It can also search specific fields in a text file by assigning index points to those fields.
21 lines
464 B
Makefile
21 lines
464 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/03/01 08:29:07 obache Exp $
|
|
#
|
|
|
|
DISTNAME= sary-1.2.0
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://sary.sourceforge.net/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://sary.sourceforge.net/
|
|
COMMENT= Suffix array library and tools
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= sary.pc.in
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|