2013-12-10 13:01:15 +01:00
|
|
|
# $NetBSD: Makefile,v 1.11 2013/12/10 12:01:15 jperkin Exp $
|
2003-12-04 05:52:46 +01:00
|
|
|
#
|
|
|
|
|
2004-08-22 18:49:39 +02:00
|
|
|
DISTNAME= libstree-0.4.0
|
2004-10-03 02:12:51 +02:00
|
|
|
PKGREVISION= 1
|
2003-12-04 05:52:46 +01:00
|
|
|
CATEGORIES= devel
|
2009-05-28 23:08:54 +02:00
|
|
|
MASTER_SITES= http://www.icir.org/christian/downloads/
|
2003-12-04 05:52:46 +01:00
|
|
|
|
|
|
|
MAINTAINER= gson@NetBSD.org
|
2009-05-28 23:08:54 +02:00
|
|
|
HOMEPAGE= http://www.icir.org/christian/libstree/
|
2003-12-04 05:52:46 +01:00
|
|
|
COMMENT= Suffix tree library
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2013-04-06 16:22:39 +02:00
|
|
|
USE_LIBTOOL= yes
|
2005-12-05 21:49:47 +01:00
|
|
|
CONFIGURE_ARGS+= --with-html-dir=${PREFIX:Q}/share/doc/html
|
2003-12-04 05:52:46 +01:00
|
|
|
|
2013-12-10 13:01:15 +01:00
|
|
|
CFLAGS.SunOS+= -Du_int32_t=uint32_t
|
|
|
|
|
2003-12-04 05:52:46 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|