mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
b2f715d150
Has SO_REUSEADDR, fixed 4 GB limit when using bandwidth limitation. See CHANGES in distfile.
24 lines
573 B
Makefile
24 lines
573 B
Makefile
# New ports collection makefile for: cstream
|
|
# Date created: 19990304
|
|
# Whom: cracauer@cons.org "Martin Cracauer"
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cstream
|
|
PORTVERSION= 2.5.1
|
|
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>
|