Files
ports/benchmarks/randomio/Makefile
2021-04-06 16:31:07 +02:00

18 lines
410 B
Makefile

# Created by: Sergey Kandaurov <pluknet@gmail.com>
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
USES= tar:bzip2 gmake
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>