c7b1b0e342
with help from steven mestdagh and jolan@ ok jolan@
20 lines
411 B
Makefile
20 lines
411 B
Makefile
# $OpenBSD: Makefile,v 1.4 2005/10/26 20:47:08 bernd Exp $
|
|
|
|
COMMENT= "tool to impose configurable amount of load"
|
|
DISTNAME= stress-0.18.6
|
|
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
|
|
WANTLIB= c m
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|