freebsd-ports/sysutils/stress/Makefile
Renato Botelho f9f02525b5 - Update to 0.18.6
- Pass maintainership to submitter, since maintainer is inactive
  for over a year.

PR:		ports/87629
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by:	maintainer timeout (14 days)
2005-11-01 09:55:16 +00:00

23 lines
535 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.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>