Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

20
devel/sparsehash/Makefile Normal file
View File

@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.12 2012/10/31 11:19:46 asau Exp $
#
DISTNAME= sparsehash-2.0.2
CATEGORIES= devel
MASTER_SITES= http://sparsehash.googlecode.com/files/
MAINTAINER= cheusov@NetBSD.org
HOMEPAGE= http://goog-sparsehash.sourceforge.net/
COMMENT= Extremely memory-efficient hash_map implementation
LICENSE= modified-bsd
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
TEST_TARGET= check
INSTALL_MAKE_FLAGS= docdir=${PREFIX}/share/doc/sparsehash
.include "../../mk/bsd.pkg.mk"