mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
cc99216876
PR: 34297 Submitted by: Alan Eldridge <ports@geeksrus.net>
22 lines
440 B
Makefile
22 lines
440 B
Makefile
# Ports collection makefile for: pstree
|
|
# Date created: 22 Aug 2001
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pstree
|
|
PORTVERSION= 2.17
|
|
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>
|