openbsd-ports/devel/sparsehash/Makefile
2013-02-06 07:17:44 +00:00

25 lines
537 B
Makefile

# $OpenBSD: Makefile,v 1.2 2013/02/06 07:17:44 ajacoutot Exp $
COMMENT = memory-efficient hash_map and hash_set C++ classes
DISTNAME = sparsehash-2.0.2
CATEGORIES = devel
HOMEPAGE = http://sparsehash.googlecode.com/
REVISION = 0
# 3-clause BSDL
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${HOMEPAGE}/files/
SEPARATE_BUILD = Yes
VMEM_WARNING = Yes
CONFIGURE_STYLE = gnu
FAKE_FLAGS = docdir=${PREFIX}/share/doc/sparsehash
.include <bsd.port.mk>