blob: ce67f81662194fa3b4649f3891e85bd05b113acb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= forkbomb
PORTVERSION= 1.4
PORTREVISION= 2
CATEGORIES= benchmarks
MASTER_SITES= SUNSITE/system/benchmark \
http://home.tiscali.cz:8080/~cz210552/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= System stress testing tool
WWW= http://home.tiscali.cz/~cz210552/forkbomb.html
LICENSE= PD
PLIST_FILES= sbin/forkbomb \
share/man/man8/forkbomb.8.gz
post-patch:
@${REINPLACE_CMD} -e 's|man/man8|share/man/man8|' ${WRKSRC}/Makefile
.include <bsd.port.mk>
|