065c026fe5
PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735
23 lines
429 B
Makefile
23 lines
429 B
Makefile
# Created by: David O'Brien (obrien@FreeBSD.org)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= raidtest
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= benchmarks
|
|
MASTER_SITES= # none
|
|
DISTFILES= # none
|
|
|
|
MAINTAINER= pjd@FreeBSD.org
|
|
COMMENT= Test performance of storage devices
|
|
|
|
NO_WRKSUBDIR= yes
|
|
USES= uidfix
|
|
PLIST_FILES= bin/raidtest
|
|
|
|
do-fetch:
|
|
|
|
do-extract:
|
|
${MKDIR} ${WRKSRC}
|
|
${LN} -sf ${FILESDIR}/${PORTNAME}.c ${FILESDIR}/Makefile ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|