mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
7e42cb74ab
I have a 3.0.0 version with IPV6 support for IPV6 day in case anyone is listening and would like to give it a spin.
24 lines
542 B
Makefile
24 lines
542 B
Makefile
# New ports collection makefile for: cstream
|
|
# Date created: 19990304
|
|
# Whom: cracauer@cons.org "Martin Cracauer"
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cstream
|
|
PORTVERSION= 2.7.6
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.cons.org/cracauer/download/ \
|
|
http://www2.cons.org/freebsd-distfiles/ \
|
|
http://www3.cons.org/freebsd-distfiles/
|
|
|
|
MAINTAINER= cracauer@cons.org
|
|
COMMENT= Like dd(1) tool, precise bandwidth limiting/reporting, fifo, TCP
|
|
|
|
MAN1= cstream.1
|
|
PLIST_FILES= bin/cstream
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|