freebsd-ports/benchmarks/raidtest/Makefile
2004-12-28 22:22:55 +00:00

31 lines
583 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.0
CATEGORIES= benchmarks
MAINTAINER= pjd@FreeBSD.org
COMMENT= Test performance of storage devices
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 501000
IGNORE= "supports only FreeBSD 5.1 and above"
.endif
NO_WRKSUBDIR= yes
PLIST_FILES= bin/raidtest
do-fetch:
do-extract:
${MKDIR} ${WRKDIR}
${LN} -sf ${FILESDIR}/${PORTNAME}.c ${FILESDIR}/Makefile ${WRKDIR}
.include <bsd.port.post.mk>