openbsd-ports/sysutils/stress/Makefile

20 lines
410 B
Makefile
Raw Normal View History

2004-12-20 05:35:34 -05:00
# $OpenBSD: Makefile,v 1.3 2004/12/20 10:35:36 alek 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
2004-12-20 05:35:34 -05:00
WANTLIB= c m
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>