blob: bc5c0e2227d7e19ce63ab5c1353b9e6e161c165e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:38 tv 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_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"
|