freebsd-ports/sysutils/pstree/Makefile
Martin Wilke 3975e1fb8c - Update to 2.31
- Pass maintainership to submitter

PR:		113625
Submitted by:	Alexander Logvinov <ports@logvinov.com>
2007-06-14 06:36:08 +00:00

29 lines
585 B
Makefile

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