aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/pstree/Makefile
blob: eada8118728a58f33deb9efb7db0ef480b5a4262 (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
29
# Ports collection makefile for:  pstree
# Date created:           22 Aug 2001
# Whom:               Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   pstree
PORTVERSION=    2.32
CATEGORIES= sysutils
MASTER_SITES=   ftp://ftp.thp.uni-duisburg.de/pub/source/ \
        http://fresh.t-systems-sfr.com/unix/src/misc/

MAINTAINER= avl@FreeBSD.org
COMMENT=    List processes as a tree

NO_WRKSUBDIR=   yes

CONFLICTS=  psmisc-[0-9]*

PLIST_FILES=    bin/pstree

do-build:
    cd ${WRKDIR} && ${CC} ${CFLAGS} -o pstree pstree.c

do-install:
    ${INSTALL_PROGRAM} ${WRKDIR}/pstree ${PREFIX}/bin

.include <bsd.port.mk>