blob: 8104c4d45bd63b3515f28da5084c30f1507b1140 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $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"
|