aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/psmisc/Makefile
blob: 562cd68d4082645653ab5a24ac8f0ee96a296d3a (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
28
# New ports collection makefile for:    psmisc
# Date created:         10 March 1998
# Whom:                 rantapaa@uswest.net
#
# $FreeBSD$
#

PORTNAME=   psmisc
PORTVERSION=    22.11
CATEGORIES= sysutils
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}

MAINTAINER= sunpoet@sunpoet.net
COMMENT=    A port of the Linux pstree, killall and pidof commands

CONFLICTS=  pidof-[0-9]* pstree-2.*

CONFIGURE_ARGS= --disable-nls
GNU_CONFIGURE=  yes
USE_GMAKE=  yes

MAN1=       killall.1 pstree.1
PLIST_FILES=    bin/killall bin/pidof bin/pstree bin/pstree.x11

post-install:
    @${LN} -fs killall ${PREFIX}/bin/pidof

.include <bsd.port.mk>