Files

26 lines
483 B
Makefile
Raw Permalink Normal View History

2018-10-18 06:51:41 +00:00
COMMENT = realtime plotting utility for terminals
GH_ACCOUNT = tenox7
GH_PROJECT = ttyplot
2025-09-15 10:58:51 +00:00
GH_TAGNAME = 1.7.4
REVISION = 0
2018-10-18 06:51:41 +00:00
CATEGORIES = sysutils
2019-03-30 21:19:30 +00:00
# Apache 2.0
PERMIT_PACKAGE = Yes
2018-10-18 06:51:41 +00:00
# uses pledge()
2024-01-18 10:50:26 +00:00
WANTLIB += c curses m
2018-10-18 06:51:41 +00:00
2018-10-25 07:40:51 +00:00
MAKE_FLAGS = CC="${CC}" CFLAGS="${CFLAGS}"
2018-10-18 06:51:41 +00:00
2018-10-25 07:40:51 +00:00
NO_TEST = Yes
2018-10-18 06:51:41 +00:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ttyplot ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ttyplot
${INSTALL_DATA} ${WRKSRC}/README.md ${PREFIX}/share/doc/ttyplot
.include <bsd.port.mk>