diff options
Diffstat (limited to 'benchmarks/dbench/Makefile')
-rw-r--r-- | benchmarks/dbench/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile new file mode 100644 index 0000000..f70dc13 --- /dev/null +++ b/benchmarks/dbench/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: dbench +# Date created: 18 Febrary 2002 +# Whom: Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su> +# +# $FreeBSD$ +# + +PORTNAME= dbench +PORTVERSION= 1.3 +CATEGORIES= benchmarks +MASTER_SITES= ftp://samba.org/pub/tridge/dbench/ + +MAINTAINER= nyxo@dnuc.polyn.kiae.su + +WRKSRC= ${WRKDIR}/dbench + +post-patch: + @${PERL} -pi -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 <bsd.port.mk> |