Files
ports/sysutils/stress/Makefile
Steven Kreuzer 4f33474090 sysutils/stress: Fix MASTER_SITE
Update MASTER_SITE so the tarball is fetchable
Remove WWW from pkg-descr as the site is no longer online

PR:             258099
Reported by:    Graham Perrin <grahamperrin@gmail.com>
2021-08-27 19:01:38 +00:00

24 lines
557 B
Makefile

# Created by: Dmitri Nikulin <setagllib@optusnet.com.au>
PORTNAME= stress
PORTVERSION= 1.0.4
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://repository.timesys.com/buildsources/s/stress/stress-${PORTVERSION}/
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Tool to impose load on and stress test Unix-like systems
LICENSE= GPLv3
GNU_CONFIGURE= yes
INFO= stress
PLIST_FILES= bin/stress man/man1/stress.1.gz
post-patch:
@${REINPLACE_CMD} -e 's|^\(CFLAGS\ \)=|\1 +=|; s|^\(CFLAGS.*\)-Wall|\1|' \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>