ee8f060254
- Update MASTER_SITE to fix fetch problem. Instead of replacing the master-site, I have added the second one until Greg fixes his ftp site. PR: ports/87988 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
27 lines
591 B
Makefile
27 lines
591 B
Makefile
# 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= 2
|
|
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>
|