summaryrefslogtreecommitdiffstats
path: root/benchmarks/raidtest/Makefile
blob: e4e92c10c4a257115e89451225cd74481e39f964 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: David O'Brien (obrien@FreeBSD.org)
# $FreeBSD$

PORTNAME=	raidtest
PORTVERSION=	1.2
CATEGORIES=	benchmarks
MASTER_SITES=	# none
DISTFILES=	# none

MAINTAINER=	pjd@FreeBSD.org
COMMENT=	Test performance of storage devices

NO_WRKSUBDIR=	yes
PLIST_FILES=	bin/raidtest

NO_STAGE=	yes
do-fetch:

do-extract:
	${MKDIR} ${WRKDIR}
	${LN} -sf ${FILESDIR}/${PORTNAME}.c ${FILESDIR}/Makefile ${WRKDIR}

.include <bsd.port.mk>
OpenPOWER on IntegriCloud