freebsd-ports/sysutils/pstree/Makefile
2003-08-10 23:16:22 +00:00

25 lines
494 B
Makefile

# Ports collection makefile for: pstree
# Date created: 22 Aug 2001
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pstree
PORTVERSION= 2.20
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
do-build:
cd ${WRKDIR} && ${CC} ${CFLAGS} -o pstree pstree.c
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/pstree ${PREFIX}/bin/pstree
.include <bsd.port.mk>