blob: 8d3eaad8d006d0cab20dd8298ec4161ef9c2588e (
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
26
27
|
# New ports collection makefile for: psmisc
# Date created: 10 March 1998
# Whom: rantapaa@uswest.net
#
# $FreeBSD$
#
PORTNAME= psmisc
PORTVERSION= 17
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.uni-bremen.de/pub/mirrors/sunsite/system/status/ps/
MAINTAINER= ports@FreeBSD.org
COMMENT= A port of the Linux pstree, killall and pidof commands
CONFLICTS= pstree-2.* \
pidof-*
PLIST_FILES= bin/killall \
bin/pidof \
bin/pstree
INSTALL_TARGET= install-all
MAN1= pidof.1 pstree.1 killall.1
WRKSRC= ${WRKDIR}/psmisc
.include <bsd.port.mk>
|