pkgsrc/benchmarks/nbench/Makefile
xtraeme f0a8f47510 Initial import of nbench-2.2.2.
This benchmark utility is used to determine how the processor,
its caches and coprocessors influence overall system performance.
Its measurements can indicate problems with the processor subsystem
and (since the processor is a major influence on overall system
system performance) give us an idea of how well a given system will
perform.
2005-09-03 06:26:21 +00:00

20 lines
463 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/09/03 06:26:21 xtraeme Exp $
#
DISTNAME= nbench-byte-2.2.2
PKGNAME= ${DISTNAME:S/-byte//}
CATEGORIES= benchmarks
MASTER_SITES= http://www.tux.org/~mayer/linux/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.tux.org/~mayer/linux/
COMMENT= Benchmark tool for CPU, FPU and memory
BUILD_TARGET= default
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nbench ${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"