075003a60c
their files via a custom do-install target.
25 lines
581 B
Makefile
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"
|