18 lines
434 B
Makefile
18 lines
434 B
Makefile
# $NetBSD: Makefile,v 1.5 2004/01/20 12:08:12 agc Exp $
|
|
#
|
|
|
|
DISTNAME= randread-0.1
|
|
CATEGORIES= benchmarks
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=randread/}
|
|
|
|
MAINTAINER= grant@NetBSD.org
|
|
HOMEPAGE= http://randread.sourceforge.net/
|
|
COMMENT= Program to help benchmark random disk read performance
|
|
|
|
ALL_TARGET= randread
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/randread ${PREFIX}/sbin
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|