pkgsrc/benchmarks/randread/Makefile

26 lines
581 B
Makefile
Raw Normal View History

# $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/}
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
PKG_DESTDIR_SUPPORT= user-destdir
2004-07-30 17:50:37 +02:00
BUILD_TARGET= randread
WRKSRC= ${WRKDIR}
2004-07-30 17:50:37 +02:00
INSTALLATION_DIRS= sbin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/randread ${DESTDIR}${PREFIX}/sbin
.include "../../mk/bsd.pkg.mk"