opnsense-ports/benchmarks/randomio/Makefile
2022-09-07 22:33:21 +02:00

16 lines
402 B
Makefile

PORTNAME= randomio
PORTVERSION= 1.4
CATEGORIES= benchmarks
MASTER_SITES= http://www.arctic.org/~dean/randomio/
MAINTAINER= pluknet@gmail.com
COMMENT= Multithreaded disk i/o microbenchmark
WWW= http://www.arctic.org/~dean/randomio/
USES= tar:bzip2 gmake
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>