freebsd-ports/benchmarks/forkbomb/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

21 lines
437 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
MAN8= forkbomb.8
PLIST_FILES= sbin/forkbomb
.include <bsd.port.mk>