f340053b69
Approved By: jbo (mentor) Differential Revision: https://reviews.freebsd.org/D58115
24 lines
552 B
Makefile
24 lines
552 B
Makefile
PORTNAME= cstream
|
|
DISTVERSION= 4.0.0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= https://www.cons.org/cracauer/download/
|
|
|
|
MAINTAINER= cracauer@FreeBSD.org
|
|
COMMENT= Like dd(1) tool, precise bandwidth limiting/reporting, fifo, TCP
|
|
WWW= https://www.cons.org/cracauer/cstream.html
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
|
|
PLIST_FILES= bin/cstream \
|
|
share/man/man1/cstream.1.gz
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
'/^if \[/s| $$CFLAGS | "$$CFLAGS" |' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|