aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/forkbomb/Makefile
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-01-22 17:57:44 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-01-22 17:57:44 +0000
commit22aca060671c5917f46c615ded445a512de28fdb (patch)
tree6b964a3369d72376b3593b3201e36cfe44d6574c /benchmarks/forkbomb/Makefile
parent4be888969202b385551a3580c4be9c5049abdf41 (diff)
downloadports-22aca060671c5917f46c615ded445a512de28fdb.tar.gz
ports-22aca060671c5917f46c615ded445a512de28fdb.zip
Notes
Diffstat (limited to 'benchmarks/forkbomb/Makefile')
-rw-r--r--benchmarks/forkbomb/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/benchmarks/forkbomb/Makefile b/benchmarks/forkbomb/Makefile
new file mode 100644
index 000000000000..b784505e5c44
--- /dev/null
+++ b/benchmarks/forkbomb/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: forkbomb
+# Date created: 21 Jan 2004
+# Whom: Radim Kolar
+#
+# $FreeBSD$
+#
+
+PORTNAME= forkbomb
+PORTVERSION= 1.0
+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
+MAN8= forkbomb.8
+
+.include <bsd.port.mk>