mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
f83f55b02e
A top-alike utility to display and update FreeBSD jails resource usage, given RACCT/RCTL is enabled with kern.racct.enable=1 loader tunable. WWW: https://github.com/606u/jruls PR: 232994 Submitted by: 606u@dir.bg
24 lines
380 B
Makefile
24 lines
380 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= jruls
|
|
PORTVERSION= 0.2
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= 606u@dir.bg
|
|
COMMENT= Display and update FreeBSD jails resource usage
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= 606u
|
|
|
|
PLIST_FILES= bin/jruls
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/jruls ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|