ports/benchmarks/forkbomb/Makefile
Muhammad Moinur Rahman 87414bbfd1
benchmarks/forkbomb: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-22 13:03:02 +01:00

20 lines
468 B
Makefile

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>