summaryrefslogtreecommitdiff
path: root/misc/cstream/Makefile
diff options
context:
space:
mode:
authorMartin Cracauer <cracauer@FreeBSD.org>1999-04-03 10:55:35 +0000
committerMartin Cracauer <cracauer@FreeBSD.org>1999-04-03 10:55:35 +0000
commitcc56ab2d335e819e2752e14106bba758d0277b2b (patch)
tree0d34953d7413fba4b974fd249d88903d5abbc07b /misc/cstream/Makefile
parentUpgrade to 2.11. (diff)
cstream - dd(1)-like tool, precise bandwidth limiting/reporting, fifo support
Notes
Notes: svn path=/head/; revision=17620
Diffstat (limited to 'misc/cstream/Makefile')
-rw-r--r--misc/cstream/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/misc/cstream/Makefile b/misc/cstream/Makefile
new file mode 100644
index 000000000000..c1e6c82a1c02
--- /dev/null
+++ b/misc/cstream/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: cstream
+# Version required: 1.0
+# Date created: 19990304
+# Whom: cracauer@cons.org "Martin Cracauer"
+#
+# $Id$
+#
+
+DISTNAME= cstream-1.0
+CATEGORIES= misc
+MASTER_SITES= http://www.cons.org/cracauer/download/ \
+ http://www2.cons.org/cracauer/download/ \
+ http://www3.cons.org/cracauer/download/ \
+ http://www.hanse.de/~cracauer/homepage-mirror/download/ \
+ http://www.freebsd.org/~cracauer/homepage-mirror/download/
+
+MAINTAINER= cracauer@cons.org
+
+MAN1= cstream.1
+
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>