Changeset View
Changeset View
Standalone View
Standalone View
graphics/ttyplot/Makefile
| PORTNAME= ttyplot | PORTNAME= ttyplot | ||||
| DISTVERSION= 1.7.0 | DISTVERSION= 1.7.0 | ||||
| CATEGORIES= graphics | CATEGORIES= graphics | ||||
| MAINTAINER= 0mp@FreeBSD.org | MAINTAINER= 0mp@FreeBSD.org | ||||
| COMMENT= Realtime plotting utility for TTY with data input from stdin | COMMENT= Realtime plotting utility for TTY with data input from stdin | ||||
| WWW= https://github.com/tenox7/ttyplot | WWW= https://github.com/tenox7/ttyplot | ||||
| LICENSE= APACHE20 | LICENSE= APACHE20 | ||||
| LICENSE_FILE= ${WRKSRC}/LICENSE | LICENSE_FILE= ${WRKSRC}/LICENSE | ||||
| BROKEN_FreeBSD_13= fails to build: Package 'ncursesw' not found | |||||
| USES= ncurses pkgconfig | USES= ncurses pkgconfig | ||||
| USE_GITHUB= yes | USE_GITHUB= yes | ||||
| GH_ACCOUNT= tenox7 | GH_ACCOUNT= tenox7 | ||||
| MAKE_ARGS= CFLAGS="${CFLAGS}" MANPREFIX="${PREFIX}/share/man" | MAKE_ARGS= CFLAGS="${CFLAGS}" MANPREFIX="${PREFIX}/share/man" | ||||
| PLIST_FILES= bin/${PORTNAME} share/man/man1/ttyplot.1.gz | PLIST_FILES= bin/${PORTNAME} share/man/man1/ttyplot.1.gz | ||||
| post-install: | post-install: | ||||
| @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ttyplot | @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ttyplot | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||