freebsd-ports/sysutils/tmux-mem-cpu-load/Makefile
Adam Weinberger af9ca0a6ad Add sysutils/tmux-mem-cpu-load, which adds mem, cpu, and load
to tmux. Like rainbarf except it works, and it's a 40KB executable.

WWW: https://github.com/thewtex/tmux-mem-cpu-load
2017-01-15 23:49:13 +00:00

23 lines
400 B
Makefile

# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
PORTNAME= tmux-mem-cpu-load
PORTVERSION= 3.4.0
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= adamw@FreeBSD.org
COMMENT= CPU, RAM, and load monitor for use with tmux
LICENSE= APACHE20
RUN_DEPENDS= tmux:sysutils/tmux
USE_GITHUB= yes
GH_ACCOUNT= thewtex
USES= cmake
PLIST_FILES= bin/tmux-mem-cpu-load
.include <bsd.port.mk>