need dependency on bash for REPLACE_BASH to work properly.
[pkgsrcv2.git] / devel / libstree / Makefile
1 # $NetBSD: Makefile,v 1.7 2008/07/14 12:56:02 joerg Exp $
2 #
3
4 DISTNAME=       libstree-0.4.0
5 PKGREVISION=    1
6 CATEGORIES=     devel
7 MASTER_SITES=   http://www.icir.org/christian/downloads/
8
9 MAINTAINER=     gson@NetBSD.org
10 HOMEPAGE=       http://www.icir.org/christian/libstree/
11 COMMENT=        Suffix tree library
12
13 PKG_DESTDIR_SUPPORT=    user-destdir
14
15 GNU_CONFIGURE=  yes
16 CONFIGURE_ARGS+=        --with-html-dir=${PREFIX:Q}/share/doc/html
17
18 .include "../../mk/bsd.pkg.mk"