blob: e294da84284aee006d4e976d0a16c1cb76d1b4ad (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: cstream
# Date created: 19990304
# Whom: cracauer@cons.org "Martin Cracauer"
#
# $FreeBSD$
#
PORTNAME= cstream
PORTVERSION= 2.7.3
CATEGORIES= misc
MASTER_SITES= http://www.cons.org/cracauer/download/ \
http://www2.cons.org/freebsd-distfiles/
MAINTAINER= cracauer@cons.org
COMMENT= Like dd(1) tool, precise bandwidth limiting/reporting, fifo, TCP, audio support
MAN1= cstream.1
PLIST_FILES= bin/cstream
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|