summaryrefslogtreecommitdiff
path: root/sysutils/tmux-mem-cpu-load/Makefile
blob: f22b18e78c0afc88714c70e51e04fa494b94e2e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$

PORTNAME=	tmux-mem-cpu-load
PORTVERSION=	3.4.0
PORTREVISION=	2
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

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

PLIST_FILES=	bin/tmux-mem-cpu-load

.include <bsd.port.mk>