freebsd-ports/sysutils/stress/Makefile
Renato Botelho 585f9eb4bd - Update to 1.0.1
PR:		ports/137897
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
Approved by:	maintainer timeout (>14 days)
2009-09-14 18:01:01 +00:00

27 lines
628 B
Makefile

# New ports collection makefile for: stress
# Date created: 18 May 2004
# Whom: Dmitri Nikulin <setagllib@optusnet.com.au>
#
# $FreeBSD$
#
PORTNAME= stress
PORTVERSION= 1.0.1
CATEGORIES= sysutils
MASTER_SITES= http://weather.ou.edu/~apw/projects/stress/ \
http://fresh.t-systems-sfr.com/unix/src/privat2/
MAINTAINER= jmelo@FreeBSD.org
COMMENT= Tool to impose load on and stress test Unix-like systems
GNU_CONFIGURE= yes
INFO= stress
MAN1= stress.1
PLIST_FILES= bin/stress
post-patch:
@${REINPLACE_CMD} -e 's|^\(CFLAGS\ \)=|\1 +=|; s|^\(CFLAGS.*\)-Wall|\1|' \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>