blob: d84ecdcc6496b9ba1a0056290b87f5661c6bf4a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.10 2013/04/06 14:22:39 rodent Exp $
#
DISTNAME= libstree-0.4.0
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.icir.org/christian/downloads/
MAINTAINER= gson@NetBSD.org
HOMEPAGE= http://www.icir.org/christian/libstree/
COMMENT= Suffix tree library
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --with-html-dir=${PREFIX:Q}/share/doc/html
.include "../../mk/bsd.pkg.mk"
|