18 lines
382 B
Makefile
18 lines
382 B
Makefile
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>
|