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