2006-04-07 03:12:28 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2006/04/07 07:12:28 pvalchev Exp $
|
2003-08-08 23:17:55 -04:00
|
|
|
|
|
|
|
COMMENT= "tool to impose configurable amount of load"
|
2006-04-07 03:12:28 -04:00
|
|
|
DISTNAME= stress-0.18.8
|
2003-08-08 23:17:55 -04:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
|
|
|
|
HOMEPAGE= http://weather.ou.edu/~apw/projects/stress/
|
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
2004-12-20 05:35:34 -05:00
|
|
|
WANTLIB= c m
|
2003-08-08 23:17:55 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|