1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/misc/cstream/Makefile
Nuno Teixeira 0c65b1e1c9 misc/cstream: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-17 11:06:22 +00:00

25 lines
565 B
Makefile

PORTNAME= cstream
PORTVERSION= 3.2.1
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
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>