openbsd-ports/sysutils/stress/Makefile
2010-05-26 04:51:16 +00:00

20 lines
406 B
Makefile

# $OpenBSD: Makefile,v 1.8 2010/05/26 04:51:16 lum 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_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>