forked from Lainports/opnsense-ports
17 lines
344 B
Makefile
17 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>
|