# New ports collection makefile for: dbench # Date created: 18 Febrary 2002 # Whom: Andrew Shevtsov # # $FreeBSD$ # PORTNAME= dbench PORTVERSION= 1.3 CATEGORIES= benchmarks MASTER_SITES= http://samba.org/ftp/tridge/dbench/ MAINTAINER= ports@FreeBSD.org COMMENT= A simulation of the Ziff-Davis netbench benchmark WRKSRC= ${WRKDIR}/dbench USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's/^CFLAGS.+//g' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dbench ${PREFIX}/bin/dbench ${INSTALL_PROGRAM} ${WRKSRC}/tbench ${PREFIX}/bin/tbench ${INSTALL_PROGRAM} ${WRKSRC}/tbench_srv ${PREFIX}/bin/tbench_srv .include