pkgsrc/benchmarks/randread/Makefile
2005-10-31 17:33:42 +00:00

24 lines
535 B
Makefile

# $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/}
MAINTAINER= grant@NetBSD.org
HOMEPAGE= http://randread.sourceforge.net/
COMMENT= Program to help benchmark random disk read performance
NOT_FOR_PLATFORM= Interix-*-*
PKG_INSTALLATION_TYPES= overwrite pkgviews
BUILD_TARGET= randread
WRKSRC= ${WRKDIR}
INSTALLATION_DIRS= sbin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/randread ${PREFIX}/sbin
.include "../../mk/bsd.pkg.mk"