[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / devel / sparsehash

File: [local] / ports / devel / sparsehash / Makefile (download)

Revision 1.16, Sat Sep 2 20:12:38 2023 UTC (9 months ago) by kn
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.15: +2 -4 lines

update to latest sparsehash 2.0.4 from 2020;  all consumers build

# g++3 chokes on the code
NOT_FOR_ARCHS=	${GCC3_ARCHS}

COMMENT =		memory-efficient hash_map and hash_set C++ classes
V=			2.0.4
GH_ACCOUNT =		sparsehash
GH_PROJECT =		sparsehash
GH_TAGNAME =		sparsehash-$V
PKGNAME =		sparsehash-$V
CATEGORIES =		devel

# 3-clause BSDL
PERMIT_PACKAGE =	Yes

SEPARATE_BUILD =	Yes
CONFIGURE_STYLE =	gnu

FAKE_FLAGS =		docdir=${PREFIX}/share/doc/sparsehash

.include <bsd.port.mk>