1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/benchmarks/forkbomb/Makefile
Kirill Ponomarev 760403690f - Update to version 1.3
PR:		ports/63359
Submitted by:	maintainer
2004-02-25 19:24:31 +00:00

26 lines
461 B
Makefile

# New ports collection makefile for: forkbomb
# Date created: 21 Jan 2004
# Whom: Radim Kolar
#
# $FreeBSD$
#
PORTNAME= forkbomb
PORTVERSION= 1.3
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
MAKE_ENV+= CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}"
MAN8= forkbomb.8
PLIST_FILES= sbin/forkbomb
.include <bsd.port.mk>