20 lines
486 B
Makefile
20 lines
486 B
Makefile
# $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"
|