aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/pstree/Makefile
blob: 522b54f5df3524ef746c23075969088bec403f88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Ports collection makefile for:  pstree
# Date created:           22 Aug 2001
# Whom:               Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   pstree
PORTVERSION=    2.17
CATEGORIES=     sysutils
MASTER_SITES=   http://www.go.dlr.de/fresh/unix/src/misc/

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

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

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

.include <bsd.port.mk>