Makefile 347 B

123456789101112131415161718
  1. # $OpenBSD: Makefile,v 1.13 2015/08/11 20:15:41 jasper Exp $
  2. COMMENT= tool to impose configurable amount of load
  3. DISTNAME= stress-1.0.4
  4. REVISION= 1
  5. CATEGORIES= sysutils
  6. MASTER_SITES= ${HOMEPAGE}
  7. HOMEPAGE= http://people.seas.harvard.edu/~apw/stress/
  8. # GPLv2+
  9. PERMIT_PACKAGE_CDROM= Yes
  10. WANTLIB= c m
  11. CONFIGURE_STYLE=gnu
  12. .include <bsd.port.mk>