1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/sysutils/stress/Makefile
Steven Kreuzer 430028976b Remove fossies.org from MASTER_SITES as the distfile they are distributing is
fails to match the checksum in distinfo

PR:		217890
Reported by:	Kurt Jaeger <pi@FreeBSD.org>
2017-04-03 13:06:28 +00:00

24 lines
523 B
Makefile

# Created by: Dmitri Nikulin <setagllib@optusnet.com.au>
# $FreeBSD$
PORTNAME= stress
PORTVERSION= 1.0.4
CATEGORIES= sysutils
MASTER_SITES= https://people.seas.harvard.edu/~apw/stress/
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>