Files
ports/benchmarks/nosqlbench/Makefile
T
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00

33 lines
756 B
Makefile

# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
# $FreeBSD$
PORTNAME= nosqlbench
PORTVERSION= 0.0.${DATE}
PORTREVISION= 1
CATEGORIES= benchmarks databases
MASTER_SITES= LOCAL/vg
MAINTAINER= ports@FreeBSD.org
COMMENT= Micro-benchmarking NoSQL storage
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libleveldb.so:databases/leveldb
DATE= 20151214
USES= cmake:insource tar:bzip2
CONFLICTS= tarantool-c
post-patch:
@${REINPLACE_CMD} -e 's|-O3 -march=native||' ${WRKSRC}/CMakeLists.txt \
${WRKSRC}/third_party/memcached/CMakeLists.txt \
${WRKSRC}/third_party/tarantool-c/CMakeLists.txt
post-install:
${INSTALL_DATA} ${WRKSRC}/sources/nosqlbench.conf \
${STAGEDIR}${PREFIX}/etc/nosqlbench.conf.sample
.include <bsd.port.mk>