summaryrefslogtreecommitdiff
path: root/misc/cstream/Makefile
blob: 27946426f7fe02a498d3e01d1be785a45421d53b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	cstream
PORTVERSION=	3.2.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
WWW=		https://www.cons.org/cracauer/cstream.html

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYRIGHT

GNU_CONFIGURE=	yes

PLIST_FILES=	bin/cstream \
		man/man1/cstream.1.gz

post-patch:
	@${REINPLACE_CMD} -e \
		'/^if \[/s| $$CFLAGS | "$$CFLAGS" |' ${WRKSRC}/configure

.include <bsd.port.mk>