1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/sysutils/stress/Makefile
Steven Kreuzer 7f42cbd9b0 Update MASTER_SITES
Make the port fetchable again by updating MASTER_SITES to point to a new
mirror of the tarball
2019-11-30 02:17:44 +00:00

25 lines
547 B
Makefile

# Created by: Dmitri Nikulin <setagllib@optusnet.com.au>
# $FreeBSD$
PORTNAME= stress
PORTVERSION= 1.0.4
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://repository.timesys.com/buildsources/s/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>