freebsd-ports/benchmarks/forkbomb/Makefile
Alex Dupre 22aca06067 Add forkbomb 1.0, system stress testing tool.
PR:		ports/61717
Submitted by:	Radim Kolar
Approved by:	nork (mentor/implicitly)
2004-01-22 17:57:44 +00:00

20 lines
373 B
Makefile

# New ports collection makefile for: forkbomb
# Date created: 21 Jan 2004
# Whom: Radim Kolar
#
# $FreeBSD$
#
PORTNAME= forkbomb
PORTVERSION= 1.0
CATEGORIES= benchmarks
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/benchmark
MAINTAINER= hsn@netmag.cz
COMMENT= System stress testing tool
USE_GETOPT_LONG=yes
MAN8= forkbomb.8
.include <bsd.port.mk>