2a7c056120
Reviewed by: many (*) Differential Revision: https://reviews.freebsd.org/D55624 Differential Revision: https://reviews.freebsd.org/D55642 (merged in from bofh) many (*) acm arrowd brooks cmt dch decke dinoex eduardo fluffy fuz gahr garga jbeich joerg jrm kai kenrap martymac matthew mfechner michaelo mizhka nobutaka pkubaj se tagattie thj Anton Saietskii GenericRikka Gert Doering Jan Bramkamp Oleh Hushchenkov Oleksandr Kryvulia Ralf van der Enden Yamagi desktop kde python tcltk office
24 lines
517 B
Makefile
24 lines
517 B
Makefile
PORTNAME= ttyplot
|
|
DISTVERSION= 1.7.0
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= 0mp@FreeBSD.org
|
|
COMMENT= Realtime plotting utility for TTY with data input from stdin
|
|
WWW= https://github.com/tenox7/ttyplot
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= ncurses pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= tenox7
|
|
|
|
MAKE_ARGS= CFLAGS="${CFLAGS}" MANPREFIX="${PREFIX}/share/man"
|
|
|
|
PLIST_FILES= bin/${PORTNAME} share/man/man1/ttyplot.1.gz
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ttyplot
|
|
|
|
.include <bsd.port.mk>
|