mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
04c9a664cb
The wrapper takes all "top(1)" options and passed then to the "top(1)" if some specified. When no options specified the wrapper uses default options. No additional software or tools like "jailer(8)" needed. WWW: http://ext.by/jtop/ PR: ports/64812 Submitted by: Pavel Novikov <pavel@ext.by>
24 lines
484 B
Makefile
24 lines
484 B
Makefile
# New ports collection makefile for: jtop
|
|
# Date created: 27 March 2004
|
|
# Whom: Pavel Novikov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jtop
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://ext.by/jtop/
|
|
|
|
MAINTAINER= pavel@ext.by
|
|
COMMENT= Wrapper to top(1) that maps pids to jails
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
MAN1= jtop.1
|
|
MANCOMPRESSED= yes
|
|
PLIST_FILES= bin/jtop
|
|
|
|
.include <bsd.port.mk>
|