freebsd-ports/sysutils/pstree/Makefile
Oliver Eikemeier 9e1083c1ed Update to 2.25. This version correctly handles zombie processes and no
need to be patched.

PR:		68809
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2004-07-08 11:12:42 +00:00

30 lines
591 B
Makefile

# Ports collection makefile for: pstree
# Date created: 22 Aug 2001
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pstree
PORTVERSION= 2.25
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.thp.uni-duisburg.de/pub/source/ \
http://fresh.t-systems-sfr.com/unix/src/misc/
MAINTAINER= ports@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/pstree
.include <bsd.port.mk>