mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
0777d56570
requires O_DIRECT, pread/pwrite, and pthreads. WWW: http://www.arctic.org/~dean/randomio/ PR: ports/149838 Submitted by: Sergey Kandaurov <pluknet at gmail dot com> (maintainer) Approved by: beat (co-mentor)
24 lines
495 B
Makefile
24 lines
495 B
Makefile
# New ports collection makefile for: randomio
|
|
# Date created: 20 Aug 2010
|
|
# Whom: Sergey Kandaurov <pluknet@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= randomio
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= benchmarks
|
|
MASTER_SITES= http://www.arctic.org/~dean/randomio/
|
|
|
|
MAINTAINER= pluknet@gmail.com
|
|
COMMENT= A multithreaded disk i/o microbenchmark
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|