aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/randomio/Makefile
blob: 74900ea33f8654518e752f29b19e148311025d7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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=    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>