pkgsrc/benchmarks/randread/Makefile

25 lines
535 B
Makefile
Raw Normal View History

2005-10-31 18:33:42 +01:00
# $NetBSD: Makefile,v 1.8 2005/10/31 17:33:42 tv Exp $
#
DISTNAME= randread-0.1
CATEGORIES= benchmarks
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=randread/}
2003-07-17 23:21:03 +02:00
MAINTAINER= grant@NetBSD.org
HOMEPAGE= http://randread.sourceforge.net/
COMMENT= Program to help benchmark random disk read performance
2005-10-31 18:33:42 +01:00
NOT_FOR_PLATFORM= Interix-*-*
2004-07-30 17:50:37 +02:00
PKG_INSTALLATION_TYPES= overwrite pkgviews
BUILD_TARGET= randread
WRKSRC= ${WRKDIR}
2004-07-30 17:50:37 +02:00
INSTALLATION_DIRS= sbin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/randread ${PREFIX}/sbin
.include "../../mk/bsd.pkg.mk"