freebsd-ports/misc/cstream/Makefile

24 lines
504 B
Makefile
Raw Normal View History

# Created by: cracauer@cons.org "Martin Cracauer"
2000-04-14 10:49:30 +02:00
PORTNAME= cstream
2014-06-05 22:54:57 +02:00
PORTVERSION= 3.1.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
2014-02-03 10:43:19 +01:00
PLIST_FILES= bin/cstream \
man/man1/cstream.1.gz
post-patch:
@${REINPLACE_CMD} -e \
'/^if \[/s| $$CFLAGS | "$$CFLAGS" |' ${WRKSRC}/configure
.include <bsd.port.mk>