blob: a9320772ba0b4c3fd08e06c4f743b5592a29041b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: stress
# Date created: 18 May 2004
# Whom: Dmitri Nikulin <setagllib@optusnet.com.au>
#
# $FreeBSD$
#
PORTNAME= stress
PORTVERSION= 0.18.6
CATEGORIES= sysutils
MASTER_SITES= http://weather.ou.edu/~apw/projects/stress/
MAINTAINER= jmelo@freebsdbrasil.com.br
COMMENT= Tool to impose load on and stress test Unix-like systems
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build ${MACHINE_ARCH}-portbld-freebsd${OSREL}
INFO= stress
MAN1= stress.1
PLIST_FILES= bin/stress
.include <bsd.port.mk>
|