diff options
Diffstat (limited to 'sysutils/tmux-mem-cpu-load/Makefile')
-rw-r--r-- | sysutils/tmux-mem-cpu-load/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/tmux-mem-cpu-load/Makefile b/sysutils/tmux-mem-cpu-load/Makefile new file mode 100644 index 000000000000..12672f933d0d --- /dev/null +++ b/sysutils/tmux-mem-cpu-load/Makefile @@ -0,0 +1,23 @@ +# 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> |