diff options
author | Martin Cracauer <cracauer@FreeBSD.org> | 1999-04-03 10:55:35 +0000 |
---|---|---|
committer | Martin Cracauer <cracauer@FreeBSD.org> | 1999-04-03 10:55:35 +0000 |
commit | cc56ab2d335e819e2752e14106bba758d0277b2b (patch) | |
tree | 0d34953d7413fba4b974fd249d88903d5abbc07b /misc/cstream/Makefile | |
parent | Upgrade to 2.11. (diff) |
cstream - dd(1)-like tool, precise bandwidth limiting/reporting, fifo support
Diffstat (limited to 'misc/cstream/Makefile')
-rw-r--r-- | misc/cstream/Makefile | 23 |
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> |