1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/benchmarks/filebench/Makefile
Tom Judge 260c7b0856 Update my email address.
Approved by:	eadler (mentor)
2012-05-31 19:40:19 +00:00

29 lines
593 B
Makefile

# New ports collection makefile for: filebench
# Date created: Jan 6, 2011
# Whom: 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
do-install:
( cd ${WRKSRC} && make install-binPROGRAMS )
.if !defined(NOPORTDATA)
(cd ${WRKSRC} && make install-data )
.endif
.include <bsd.port.mk>