blob: aeff7fdb232e63c95c4e3c058cd7cc45542bf412 (
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
24
25
|
# New ports collection makefile for: pslist
# Date created: 27 October 2000
# Whom: roam@orbitel.bg
#
# $FreeBSD$
#
PORTNAME= pslist
PORTVERSION= 1.3
CATEGORIES= sysutils
MASTER_SITES= http://devel.ringlet.net/sysutils/pslist/
MAINTAINER= ports@FreeBSD.org
COMMENT= A utility to view or send signals to processes with all their children
USES= perl5
USE_PERL5= run
MAN1= pslist.1
MLINKS= pslist.1 rkill.1 pslist.1 rrenice.1
PLIST_FILES= bin/pslist \
bin/rkill \
bin/rrenice
.include <bsd.port.mk>
|