1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/sysutils/psmisc/Makefile
Justin M. Seger 2fca8778da Import of psmisc-17.
A port of the Linux pstree, killall and pidof commands.
Does not include the 'fuser' command.

PR:		ports/5970
Submitted by:	rantapaa@uswest.net
1998-12-20 03:55:54 +00:00

21 lines
548 B
Makefile

# New ports collection makefile for: psmisc
# Version required: psmisc-17
# Date created: 10 March 1998
# Whom: rantapaa@uswest.net
#
# $Id: Makefile,v 1.2 1998/03/10 21:36:52 rantapaa Exp $
#
DISTNAME= psmisc-17
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.cdrom.com/pub/NetBSD/packages/distfiles/ \
ftp://ftp.bitcon.no/pub/NetBSD/packages/distfiles/
MAINTAINER= rantapaa@uswest.net
INSTALL_TARGET= install-all
MAN1= pidof.1 pstree.1 killall.1
WRKSRC= ${WRKDIR}/psmisc
.include <bsd.port.mk>