diff options
Diffstat (limited to 'devel/sparsehash/Makefile')
-rw-r--r-- | devel/sparsehash/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/sparsehash/Makefile b/devel/sparsehash/Makefile new file mode 100644 index 00000000000..ccbd34dd1e1 --- /dev/null +++ b/devel/sparsehash/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/03/26 23:08:45 jschauma Exp $ +# + +DISTNAME= sparsehash-0.1 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=goog-sparsehash/} + +MAINTAINER= jschauma@NetBSD.org +HOMEPAGE= http://goog-sparsehash.sourceforge.net/ +COMMENT= Several hash-map implementations in use at Google + +USE_BUILDLINK3= yes +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" |