17 lines
331 B
Makefile
17 lines
331 B
Makefile
# $OpenBSD: Makefile,v 1.11 2013/10/11 23:51:02 naddy Exp $
|
|
|
|
COMMENT= tool to impose configurable amount of load
|
|
DISTNAME= stress-1.0.4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
HOMEPAGE= http://weather.ou.edu/~apw/projects/stress/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
WANTLIB= c m
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|