Edit

IABSD.fr/ports/sysutils/stress/Makefile

Branch :

  • Show log

    Commit

  • Author : pvalchev
    Date : 2006-04-07 07:12:28
    Hash : e78f3c0b
    Message : update to stress-0.18.8; from Rui Reis <rui@rui.cx>

  • sysutils/stress/Makefile
  • # $OpenBSD: Makefile,v 1.5 2006/04/07 07:12:28 pvalchev Exp $
    
    COMMENT=	"tool to impose configurable amount of load"
    DISTNAME=	stress-0.18.8
    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>