1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/graphics/ttyplot/Makefile
Mateusz Piotrowski e1ed2cf149 New port: graphics/ttyplot
ttyplot is a realtime plotting utility for terminal with data input from
stdin.

It takes data from standard input / UNIX pipeline, most commonly some tool
like ping, snmpget, netstat, ifconfig, sar, vmstat, etc., and plots in text
mode on a terminal in real time.

It supports rate calculation for counters and up to two graphs on a single
display using reverse video for the second line.

WWW: https://github.com/tenox7/ttyplot
2020-04-07 10:27:20 +00:00

25 lines
435 B
Makefile

# $FreeBSD$
PORTNAME= ttyplot
DISTVERSION= 1.4
CATEGORIES= graphics
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Realtime plotting utility for TTY with data input from stdin
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= ncurses
USE_GITHUB= yes
GH_ACCOUNT= tenox7
MAKE_ARGS= CFLAGS="${CFLAGS}"
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>