mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
25 lines
600 B
Makefile
25 lines
600 B
Makefile
|
# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= nosqlbench
|
||
|
PORTVERSION= 0.0.${DATE}
|
||
|
CATEGORIES= benchmarks databases
|
||
|
MASTER_SITES= http://fbsd.zlonet.ru/distfiles/
|
||
|
|
||
|
MAINTAINER= g.veniamin@googlemail.com
|
||
|
COMMENT= Micro-benchmarking NoSQL storage
|
||
|
|
||
|
LIB_DEPENDS= tarantool:${PORTSDIR}/databases/tarantool
|
||
|
|
||
|
DATE= 20120802
|
||
|
USE_BZIP2= yes
|
||
|
USE_CMAKE= yes
|
||
|
CMAKE_ARGS= -DLIBTNT_INCLUDE=${LOCALBASE}/include \
|
||
|
-DLIBTNT_LIB=${LOCALBASE}/lib
|
||
|
|
||
|
pre-configure:
|
||
|
${REINPLACE_CMD} 's#DESTINATION doc#DESTINATION ${DOCSDIR}#g' \
|
||
|
${WRKSRC}/CMakeLists.txt
|
||
|
|
||
|
.include <bsd.port.mk>
|