pkgsrc/benchmarks/randread/Makefile
2008-03-03 00:51:43 +00:00

25 lines
581 B
Makefile

# $NetBSD: Makefile,v 1.9 2008/03/03 00:51:44 jlam 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
PKG_DESTDIR_SUPPORT= user-destdir
BUILD_TARGET= randread
WRKSRC= ${WRKDIR}
INSTALLATION_DIRS= sbin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/randread ${DESTDIR}${PREFIX}/sbin
.include "../../mk/bsd.pkg.mk"