summaryrefslogtreecommitdiff
path: root/sysutils/pstree/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-08-23 08:54:19 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-08-23 08:54:19 +0000
commit9656794eb2b3c2ade611e49252ecf9805b7bfaa5 (patch)
tree33544dc0fe79ab8d4b76c80a59ba4d58e592667c /sysutils/pstree/Makefile
parentupgrade to 0.0.3 (diff)
Add pstree 2.16, a frontend to ps(1) which displays the process tree as
a tree. Obtained from: OpenBSD
Notes
Notes: svn path=/head/; revision=46692
Diffstat (limited to 'sysutils/pstree/Makefile')
-rw-r--r--sysutils/pstree/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/pstree/Makefile b/sysutils/pstree/Makefile
new file mode 100644
index 000000000000..c2f414cd1add
--- /dev/null
+++ b/sysutils/pstree/Makefile
@@ -0,0 +1,21 @@
+# Ports collection makefile for: pstree
+# Date created: 22 Aug 2001
+# Whom: Kris Kennaway <kris@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= pstree
+PORTVERSION= 2.16
+CATEGORIES= sysutils
+MASTER_SITES= http://www.go.dlr.de/fresh/unix/src/misc/
+
+MAINTAINER= kris@FreeBSD.org
+
+do-build:
+ cd ${WRKDIR} && ${CC} ${CFLAGS} -o pstree pstree.c
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKDIR}/pstree ${PREFIX}/bin/pstree
+
+.include <bsd.port.mk>