21 lines
529 B
Makefile
21 lines
529 B
Makefile
# $NetBSD: Makefile,v 1.9 2011/10/09 10:02:46 cheusov Exp $
|
|
#
|
|
|
|
DISTNAME= sparsehash-1.10
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://google-sparsehash.googlecode.com/files/
|
|
|
|
MAINTAINER= cheusov@NetBSD.org
|
|
HOMEPAGE= http://goog-sparsehash.sourceforge.net/
|
|
COMMENT= Several hash-map implementations in use at Google
|
|
LICENSE= modified-bsd
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALL_MAKE_FLAGS= docdir=${PREFIX}/share/doc/sparsehash
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|