fdbb501e0d
LibSTree is a library containing generic string algorithms based on suffix trees. The underlying implementation is based on Ukkonen's linear suffix tree creation algorithm, supporting multiple strings per tree.
15 lines
381 B
Makefile
15 lines
381 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/12/04 04:52:46 gson Exp $
|
|
#
|
|
|
|
DISTNAME= libstree-0.3.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.cl.cam.ac.uk/~cpk25/downloads/
|
|
|
|
MAINTAINER= gson@NetBSD.org
|
|
HOMEPAGE= http://www.cl.cam.ac.uk/~cpk25/libstree/
|
|
COMMENT= Suffix tree library
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc/html
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|