20 lines
433 B
Makefile
20 lines
433 B
Makefile
# $OpenBSD: Makefile,v 1.5 2013/11/25 14:16:22 sthen Exp $
|
|
|
|
COMMENT = memory-efficient hash_map and hash_set C++ classes
|
|
DISTNAME = sparsehash-2.0.2
|
|
CATEGORIES = devel
|
|
HOMEPAGE = https://sparsehash.googlecode.com/
|
|
REVISION = 1
|
|
|
|
# 3-clause BSDL
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MASTER_SITES = ${HOMEPAGE}/files/
|
|
|
|
SEPARATE_BUILD = Yes
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
FAKE_FLAGS = docdir=${PREFIX}/share/doc/sparsehash
|
|
|
|
.include <bsd.port.mk>
|