ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/benchmarks/raidtest/Makefile
Revision: 24191
Committed: Tue Sep 4 13:52:04 2018 UTC (5 years, 8 months ago) by laffer1
File size: 396 byte(s)
Log Message:
fix build

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTNAME= raidtest
4 PORTVERSION= 1.3
5 CATEGORIES= benchmarks
6 MASTER_SITES= # none
7 DISTFILES= # none
8
9 MAINTAINER= ports@MidnightBSD.org
10 COMMENT= Test performance of storage devices
11
12 LICENSE= bsd2
13
14 FAKE_OPTS= trueprefix
15
16 PLIST_FILES= bin/raidtest
17
18 do-fetch:
19
20 do-extract:
21 ${MKDIR} ${WRKSRC}
22 ${LN} -sf ${FILESDIR}/${PORTNAME}.c ${FILESDIR}/Makefile ${WRKSRC}
23
24 .include <bsd.port.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H