mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
21 lines
432 B
Makefile
21 lines
432 B
Makefile
# Created by: 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
|
|
USES= gmake
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|