aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/sysbench/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/sysbench/Makefile')
-rw-r--r--benchmarks/sysbench/Makefile14
1 files changed, 3 insertions, 11 deletions
diff --git a/benchmarks/sysbench/Makefile b/benchmarks/sysbench/Makefile
index 4da71c9b0838..e0f230275ac1 100644
--- a/benchmarks/sysbench/Makefile
+++ b/benchmarks/sysbench/Makefile
@@ -1,18 +1,18 @@
-# Created by: Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
-
PORTNAME= sysbench
PORTVERSION= 1.0.20
+PORTREVISION= 1
CATEGORIES= benchmarks databases
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Scriptable database and system performance benchmark
+WWW= https://github.com/akopytov/sysbench
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libck.so:devel/concurrencykit
-USES= autoreconf compiler:c11 gmake libtool pkgconfig
+USES= autoreconf compiler:c11 gmake libtool luajit pkgconfig
CONFIGURE_ARGS= --with-system-ck --with-system-luajit
GNU_CONFIGURE= yes
@@ -29,14 +29,6 @@ MYSQL_USES= mysql
PGSQL_CONFIGURE_WITH= pgsql
PGSQL_USES= pgsql
-.include <bsd.port.options.mk>
-
-.if ${ARCH:Mpowerpc64*}
-LIB_DEPENDS+= libluajit-5.1.so:lang/luajit-openresty
-.else
-LIB_DEPENDS+= libluajit-5.1.so:lang/luajit
-.endif
-
post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS = / s| doc||' ${WRKSRC}/Makefile.am