summaryrefslogblamecommitdiff
path: root/sysutils/pstree/Makefile
blob: 54a4aa2b363b3781247b1a6cd5502be2f3e75529 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                  
                    

                                                             
 
                                 
                                        
 

                   

                        






                                                                
# Ports collection makefile for:  pstree
# Date created:			  22 Aug 2001
# Whom:				  Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	pstree
PORTVERSION=	2.21
CATEGORIES=	sysutils
MASTER_SITES=	http://fresh.t-systems-sfr.com/unix/src/misc/

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

NO_WRKSUBDIR=	yes

CONFLICTS=	psmisc-*

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

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

.include <bsd.port.mk>