mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
f6660a90b4
Approved by: pjd
28 lines
508 B
Makefile
28 lines
508 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: raidtest
|
|
# Date created: Sat Oct 16, 2004
|
|
# Whom: 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
|
|
|
|
do-fetch:
|
|
|
|
do-extract:
|
|
${MKDIR} ${WRKDIR}
|
|
${LN} -sf ${FILESDIR}/${PORTNAME}.c ${FILESDIR}/Makefile ${WRKDIR}
|
|
|
|
.include <bsd.port.mk>
|