openbsd-ports/devel/sparsehash/Makefile

22 lines
453 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.3 2013/03/11 10:50:31 espie Exp $
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
# 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
.include <bsd.port.mk>