ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/benchmarks/raidtest/Makefile
Revision: 1972
Committed: Sun Jul 15 06:51:04 2007 UTC (16 years, 9 months ago) by laffer1
File size: 581 byte(s)
Log Message:
add raidtest

File Contents

# Content
1 # ex:ts=8
2 # Ports collection makefile for: raidtest
3 # Date created: Sat Oct 16, 2004
4 # Whom: David O'Brien (obrien@FreeBSD.org)
5 #
6 # $FreeBSD: ports/benchmarks/raidtest/Makefile,v 1.6 2007/05/02 07:17:21 edwin Exp $
7 #
8
9 PORTNAME= raidtest
10 PORTVERSION= 1.1
11 CATEGORIES= benchmarks
12 MASTER_SITES= # none
13 DISTFILES= # none
14
15 MAINTAINER= pjd@FreeBSD.org
16 COMMENT= Test performance of storage devices
17
18 NO_WRKSUBDIR= yes
19 PLIST_FILES= bin/raidtest
20
21 do-fetch:
22
23 do-extract:
24 ${MKDIR} ${WRKDIR}
25 ${LN} -sf ${FILESDIR}/${PORTNAME}.c ${FILESDIR}/Makefile ${WRKDIR}
26
27 .include <bsd.port.mk>

Properties

Name Value
cvs2svn:cvs-rev 1.1