freebsd-ports/sysutils/pstree/Makefile
Kirill Ponomarev a145641ea2 - Add CONFLICTS, because of the same item in pkg-plist
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-10-11 14:59:12 +00:00

26 lines
515 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-*
do-build:
cd ${WRKDIR} && ${CC} ${CFLAGS} -o pstree pstree.c
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/pstree ${PREFIX}/bin/pstree
.include <bsd.port.mk>