openbsd-ports/sysutils/stress/Makefile
jolan e1819e0e69 import of stress 0.18.1:
stress is a tool which imposes a configurable amount of CPU, memory,
I/O, or disk stress on a POSIX-compliant operating system.  It is
written in highly-portable ANSI C, and uses the GNU Autotools to
compile on a great number of UNIX-like operating systems.  stress is not
a benchmark.  It is a tool used by system administrators to evaluate how
well their systems will scale, by kernel programmers to evaluate
perceived performance characteristics, and by systems programmers to
expose the classes of bugs which only or more frequently manifest
themselves when the system is under heavy load.
2003-08-09 03:17:55 +00:00

21 lines
444 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2003/08/09 03:17:55 jolan Exp $
COMMENT= "tool to impose configurable amount of load"
DISTNAME= stress-0.18.1
CATEGORIES= sysutils
MASTER_SITES= ${HOMEPAGE}
HOMEPAGE= http://weather.ou.edu/~apw/projects/stress/
MAINTAINER= Jolan Luff <jolan@openbsd.org>
# GPL
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>