1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/benchmarks/forkbomb/Makefile
Roman Bogorodskiy e5ff846f71 Update to 1.4.
PR:		81029
Submitted by:	Radim Kolar <hsn@netmag.cz>
2005-05-15 18:41:36 +00:00

27 lines
518 B
Makefile

# New ports collection makefile for: forkbomb
# Date created: 21 Jan 2004
# Whom: Radim Kolar
#
# $FreeBSD$
#
PORTNAME= forkbomb
PORTVERSION= 1.4
CATEGORIES= benchmarks
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://home.tiscali.cz:8080/~cz210552/distfiles/
MASTER_SITE_SUBDIR= system/benchmark
MAINTAINER= ports@FreeBSD.org
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>