mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
8863403d04
- Drop ONLY_FOR_ARCHS as the Linux-specific code is gone - Chase new home on SourceForge - LICENSE_FILE is now shipped within distfile Changes: http://www.fsl.cs.sunysb.edu/~vass/filebench/ChangeLog (before 1.4.9) Changes: http://sourceforge.net/p/filebench/code/ci/1.4.9.1/log/ PR: 202989 Tested by: danfe (powerpc locally, ia64 on eris, sparc64 on flame) Tested by: myself (armv6 via qemu-user-static) Approved by: maintainer timeout (18 days)
18 lines
344 B
Makefile
18 lines
344 B
Makefile
# Created by: Tom Judge <tom@tomjudge.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= filebench
|
|
PORTVERSION= 1.4.9.1
|
|
CATEGORIES= benchmarks
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}
|
|
|
|
MAINTAINER= tj@FreeBSD.org
|
|
COMMENT= Model-based file system workload generator
|
|
|
|
LICENSE= CDDL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|