18 lines
386 B
Makefile
18 lines
386 B
Makefile
# Created by: Tom Judge <tom@tomjudge.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= filebench
|
|
PORTVERSION= 1.4.8.0.8
|
|
CATEGORIES= benchmarks
|
|
MASTER_SITES= http://www.fsl.cs.sunysb.edu/~vass/filebench/
|
|
DISTNAME= go_filebench-1.4.8.fsl.0.8
|
|
|
|
MAINTAINER= tj@FreeBSD.org
|
|
COMMENT= Performance Test of Filesystem I/O
|
|
|
|
ONLY_FOR_ARCHS= amd64 i386 ia64 ppc
|
|
|
|
GNU_CONFIGURE= yes
|
|
LICENSE= CDDL
|
|
|
|
.include <bsd.port.mk>
|