2016-01-26 13:10:40 +00:00

23 lines
516 B
Makefile

# $OpenBSD: Makefile,v 1.8 2016/01/26 13:10:41 sthen Exp $
# g++3 chokes on the code
NOT_FOR_ARCHS= ${GCC3_ARCHS}
COMMENT = memory-efficient hash_map and hash_set C++ classes
DISTNAME = sparsehash-2.0.2
CATEGORIES = devel
HOMEPAGE = https://github.com/geoffpike/sparsehash
REVISION = 3
# 3-clause BSDL
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = https://sparsehash.googlecode.com/files/
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu
FAKE_FLAGS = docdir=${PREFIX}/share/doc/sparsehash
.include <bsd.port.mk>