# New ports collection makefile for: super-smack # Date created: 2005-12-10 # Whom: Gea-Suan Lin # # $FreeBSD$ # PORTNAME= super-smack PORTVERSION= 1.3 CATEGORIES= benchmarks databases MASTER_SITES= http://vegan.net/tony/supersmack/ MAINTAINER= gslin@gslin.org COMMENT= A benchmarking, stress testing, and load generation tool for Databases GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-smacks-dir=${DATADIR} USE_GETOPT_LONG= yes OPTIONS= MYSQL "Enable MySQL support" on \ POSTGRESQL "Enable PostgreSQL support" off .include .if !defined(WITHOUT_MYSQL) USE_MYSQL= yes CONFIGURE_ARGS+= --with-mysql .endif .if defined(WITH_POSTGRESQL) USE_PGSQL= yes CONFIGURE_ARGS+= --with-pgsql .endif .include bsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* Update to 2.13.4 release.Alex Dupre2020-11-212-4/+4
* Update to 2.13.3 release.Alex Dupre2020-11-042-4/+4
* Update to 2.13.2 release.Alex Dupre2020-04-242-4/+4
* - helersDmitry Marakasov2019-10-242-7/+3
* Update to 2.13.1 release.Alex Dupre2019-09-202-5/+8
* Update to 2.12.8 release.Alex Dupre2018-12-10