freebsd-ports/sysutils/stress/Makefile
Renato Botelho f0765c74ac - Update to 0.18.7
- Add SHA256
- Add a backup MASTER_SITES

PR:		ports/89005
Submitted by:	maintainer
2005-11-14 12:31:21 +00:00

24 lines
588 B
Makefile

# New ports collection makefile for: stress
# Date created: 18 May 2004
# Whom: Dmitri Nikulin <setagllib@optusnet.com.au>
#
# $FreeBSD$
#
PORTNAME= stress
PORTVERSION= 0.18.7
CATEGORIES= sysutils
MASTER_SITES= http://weather.ou.edu/~apw/projects/stress/ \
http://fresh.t-systems-sfr.com/unix/src/privat2/
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>