18 lines
344 B
Makefile
18 lines
344 B
Makefile
# $OpenBSD: Makefile,v 1.12 2015/01/03 22:22:28 lum Exp $
|
|
|
|
COMMENT= tool to impose configurable amount of load
|
|
DISTNAME= stress-1.0.4
|
|
REVISION= 0
|
|
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>
|