blob: 8d5504a9efa9750251034a1c0ab7d00c0f1498c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.9 2012/10/31 11:17:22 asau 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
CONFIGURE_ARGS+= --with-html-dir=${PREFIX:Q}/share/doc/html
.include "../../mk/bsd.pkg.mk"
|