aboutsummaryrefslogtreecommitdiff
path: root/sysutils/tmux-mem-cpu-load/Makefile
blob: d2f0bf6e0527a5265b374b44064914f499af7dcd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	tmux-mem-cpu-load
PORTVERSION=	3.8.0
DISTVERSIONPREFIX=	v
CATEGORIES=	sysutils

MAINTAINER=	adamw@FreeBSD.org
COMMENT=	CPU, RAM, and load monitor for use with tmux
WWW=		https://github.com/thewtex/tmux-mem-cpu-load

LICENSE=	APACHE20

USES=		cmake:testing compiler:c++11-lang
USE_GITHUB=	yes
GH_ACCOUNT=	thewtex

PLIST_FILES=	bin/tmux-mem-cpu-load

.include <bsd.port.mk>