freebsd-ports/benchmarks/forkbomb/Makefile
Kirill Ponomarev a6133d9fae Drop maintainership to ports@FreeBSD.org
PR:		ports/71721
Submitted by:	Radim Kolar <hsn@netmag.cz>
2004-10-12 13:23:48 +00:00

25 lines
465 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= 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>