forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
16 lines
336 B
Makefile
16 lines
336 B
Makefile
# Created by: Radim Kolar
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= forkbomb
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= benchmarks
|
|
MASTER_SITES= SUNSITE/system/benchmark \
|
|
http://home.tiscali.cz:8080/~cz210552/distfiles/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= System stress testing tool
|
|
|
|
PLIST_FILES= sbin/forkbomb \
|
|
man/man8/forkbomb.8.gz
|
|
|
|
.include <bsd.port.mk>
|