blob: 310eed7d33bfcd0e59e382f5a9b525b2ab8495dd (
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
|
# 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>
|