blob: 2ba9493f6ee90edf10ac668a8e8105e13d9d5b7b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# ex:ts=8
# Ports collection makefile for: Rawio
# Date created: Sun Aug 08, 1999
# Whom: David O'Brien (obrien@NUXI.com)
#
# $FreeBSD$
#
PORTNAME= rawio
PORTVERSION= 1.2
PORTREVISION= 3
CATEGORIES= benchmarks
MASTER_SITES= ftp://ftp.lemis.com/pub/ \
http://ftp.osuosl.org/pub/FreeBSD/distfiles/
MAINTAINER= grog@FreeBSD.org
COMMENT= Test performance of low-level storage devices
NO_WRKSUBDIR= yes
MAN1= rawio.1
PLIST_FILES= bin/rawio
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rawio ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/rawio.1 ${PREFIX}/man/man1
.include <bsd.port.mk>
|