summaryrefslogtreecommitdiff
path: root/benchmarks/forkbomb/Makefile
blob: ff39047800cef8e35c8f5c5e6d0c40a5ceffc859 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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>