a6bded1e4d
- Fix a few typos - Fix a couple of mdoc warnings Feature safe: yes
26 lines
543 B
Makefile
26 lines
543 B
Makefile
# Created by: cracauer@cons.org "Martin Cracauer"
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cstream
|
|
PORTVERSION= 3.0.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.cons.org/cracauer/download/
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Like dd(1) tool, precise bandwidth limiting/reporting, fifo, TCP
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
MAN1= cstream.1
|
|
PLIST_FILES= bin/cstream
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
'/^if \[/s| $$CFLAGS | "$$CFLAGS" |' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|