2013-03-07 03:25:10 +00:00
|
|
|
# Created by: Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
|
2005-12-11 13:56:12 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= sysbench
|
2009-05-06 17:25:07 +00:00
|
|
|
PORTVERSION= 0.4.12
|
2014-07-03 00:48:13 +00:00
|
|
|
PORTREVISION= 3
|
2005-12-11 13:56:12 +00:00
|
|
|
CATEGORIES= benchmarks databases
|
2014-07-03 00:48:13 +00:00
|
|
|
MASTER_SITES= http://mirror.amdmi3.ru/distfiles/
|
|
|
|
# Project gone from sourceforge, both site and downloads
|
|
|
|
# Something exists on launchpad (https://code.launchpad.net/sysbench)
|
|
|
|
# maybe the port swould be switched there, however there are no
|
|
|
|
# direct downloads
|
2005-12-11 13:56:12 +00:00
|
|
|
|
2013-10-23 20:45:10 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-03-07 03:25:10 +00:00
|
|
|
COMMENT= Modular, cross-platform, and multi-threaded benchmark tool
|
2005-12-11 13:56:12 +00:00
|
|
|
|
2011-12-14 04:19:22 +00:00
|
|
|
LICENSE= GPLv2
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2014-10-03 15:46:45 +00:00
|
|
|
USES= autoreconf libtool
|
2014-07-03 00:48:13 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2005-12-11 13:56:12 +00:00
|
|
|
|
2014-05-03 15:24:02 +00:00
|
|
|
PLIST_FILES= bin/sysbench
|
|
|
|
PORTDOCS= manual.html
|
|
|
|
|
2012-06-01 13:18:21 +00:00
|
|
|
OPTIONS_DEFINE= LARGEFILE MYSQL PGSQL DOCS
|
2014-03-05 21:17:30 +00:00
|
|
|
OPTIONS_DEFAULT= LARGEFILE MYSQL
|
2014-05-03 15:24:02 +00:00
|
|
|
|
|
|
|
LARGEFILE_DESC= Largefile support
|
|
|
|
LARGEFILE_CONFIGURE_ENABLE= largefile
|
|
|
|
|
|
|
|
MYSQL_CONFIGURE_ON= --with-mysql
|
|
|
|
MYSQL_CONFIGURE_OFF= --with-mysql=no
|
|
|
|
MYSQL_USE= MYSQL=yes
|
|
|
|
|
|
|
|
PGSQL_CONFIGURE_ON= --with-pgsql
|
|
|
|
PGSQL_CONFIGURE_OFF= --with-pgsql=no
|
2014-11-22 19:13:49 +00:00
|
|
|
PGSQL_USES= pgsql
|
2005-12-11 13:56:12 +00:00
|
|
|
|
2012-06-01 13:18:21 +00:00
|
|
|
.include <bsd.port.mk>
|