19 lines
396 B
Makefile
19 lines
396 B
Makefile
# $OpenBSD: Makefile,v 1.2 2004/05/22 19:54:10 jolan Exp $
|
|
|
|
COMMENT= "tool to impose configurable amount of load"
|
|
DISTNAME= stress-0.18.1
|
|
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
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|