2001-08-23 10:54:19 +02:00
|
|
|
# Ports collection makefile for: pstree
|
|
|
|
# Date created: 22 Aug 2001
|
|
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pstree
|
2002-02-10 22:17:08 +01:00
|
|
|
PORTVERSION= 2.17
|
2001-08-23 10:54:19 +02:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://www.go.dlr.de/fresh/unix/src/misc/
|
|
|
|
|
|
|
|
MAINTAINER= kris@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= List processes as a tree
|
2001-08-23 10:54:19 +02:00
|
|
|
|
|
|
|
do-build:
|
|
|
|
cd ${WRKDIR} && ${CC} ${CFLAGS} -o pstree pstree.c
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKDIR}/pstree ${PREFIX}/bin/pstree
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|