opnsense-ports/sysutils/tmux-mem-cpu-load/Makefile
Franco Fichtner 97e1154653 */*: sync with upstream
Taken from: HardenedBSD
2018-07-30 06:47:24 +02:00

23 lines
435 B
Makefile

# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
PORTNAME= tmux-mem-cpu-load
PORTVERSION= 3.4.0
PORTREVISION= 1
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>