1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/sysutils/pstree/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

29 lines
540 B
Makefile

# 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-*
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>