2013-03-11 06:50:00 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2013/03/11 10:50:31 espie Exp $
|
2013-02-05 05:36:34 -05:00
|
|
|
|
|
|
|
COMMENT = memory-efficient hash_map and hash_set C++ classes
|
|
|
|
DISTNAME = sparsehash-2.0.2
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = http://sparsehash.googlecode.com/
|
2013-02-06 02:17:44 -05:00
|
|
|
REVISION = 0
|
2013-02-05 05:36:34 -05:00
|
|
|
|
|
|
|
# 3-clause BSDL
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
MASTER_SITES = ${HOMEPAGE}/files/
|
|
|
|
|
|
|
|
SEPARATE_BUILD = Yes
|
|
|
|
VMEM_WARNING = Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
|
2013-02-06 02:17:44 -05:00
|
|
|
FAKE_FLAGS = docdir=${PREFIX}/share/doc/sparsehash
|
2013-02-05 05:36:34 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|