17 lines
343 B
Makefile
17 lines
343 B
Makefile
COMMENT= tool to impose configurable amount of load
|
|
DISTNAME= stress-1.0.4
|
|
REVISION= 2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://spacehopper.org/mirrors/
|
|
|
|
HOMEPAGE= https://web.archive.org/web/20190702093856/https://people.seas.harvard.edu/~apw/stress/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c m
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|