freebsd-ports/sysutils/tmux-mem-cpu-load/Makefile
2021-08-04 15:48:14 -06:00

19 lines
374 B
Makefile

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