2019-07-12 20:49:33 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2019/07/12 20:49:52 sthen Exp $
|
2003-08-09 03:17:55 +00:00
|
|
|
|
2007-09-15 21:14:00 +00:00
|
|
|
COMMENT= tool to impose configurable amount of load
|
2010-05-26 04:51:16 +00:00
|
|
|
DISTNAME= stress-1.0.4
|
2015-08-11 20:15:41 +00:00
|
|
|
REVISION= 1
|
2003-08-09 03:17:55 +00:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
|
2015-01-03 22:22:28 +00:00
|
|
|
HOMEPAGE= http://people.seas.harvard.edu/~apw/stress/
|
2003-08-09 03:17:55 +00:00
|
|
|
|
2015-01-03 22:22:28 +00:00
|
|
|
# GPLv2+
|
2019-07-12 20:49:33 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2004-12-20 10:35:34 +00:00
|
|
|
WANTLIB= c m
|
2003-08-09 03:17:55 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|