aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/rawio/Makefile
blob: d6ab812f7c07fbe219ca74060a39328d04a82f24 (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
# 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=   1
CATEGORIES= benchmarks
MASTER_SITES=   ftp://ftp.lemis.com/pub/

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>