18 lines
347 B
Makefile
18 lines
347 B
Makefile
# $OpenBSD: Makefile,v 1.13 2015/08/11 20:15:41 jasper Exp $
|
|
|
|
COMMENT= tool to impose configurable amount of load
|
|
DISTNAME= stress-1.0.4
|
|
REVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
HOMEPAGE= http://people.seas.harvard.edu/~apw/stress/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
WANTLIB= c m
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|