mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
f9942a446f
Previous versions had bandwidth limiting broken for > 4 GB stream sizes on 32 bit int architectures.
24 lines
574 B
Makefile
24 lines
574 B
Makefile
# New ports collection makefile for: cstream
|
|
# Date created: 19990304
|
|
# Whom: cracauer@cons.org "Martin Cracauer"
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cstream
|
|
PORTVERSION= 2.6.0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.cons.org/cracauer/download/ \
|
|
http://www3.cons.org/freebsd-distfiles/ \
|
|
http://www.hanse.de/~cracauer/homepage-mirror/download/
|
|
|
|
MAINTAINER= cracauer@cons.org
|
|
COMMENT= dd(1)-like tool, precise bandwidth limiting/reporting, fifo, TCP, audio support.
|
|
|
|
MAN1= cstream.1
|
|
PLIST_FILES= bin/cstream
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|