pkgsrc/devel/libstree/Makefile

19 lines
429 B
Makefile
Raw Normal View History

2009-05-28 23:08:54 +02:00
# $NetBSD: Makefile,v 1.8 2009/05/28 21:08:54 zafer Exp $
#
DISTNAME= libstree-0.4.0
PKGREVISION= 1
CATEGORIES= devel
2009-05-28 23:08:54 +02:00
MASTER_SITES= http://www.icir.org/christian/downloads/
MAINTAINER= gson@NetBSD.org
2009-05-28 23:08:54 +02:00
HOMEPAGE= http://www.icir.org/christian/libstree/
COMMENT= Suffix tree library
2008-07-14 14:55:56 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-html-dir=${PREFIX:Q}/share/doc/html
.include "../../mk/bsd.pkg.mk"