freebsd-ports/sysutils/psmisc/Makefile
Mark Linimon 8bdff86461 Many of the Slackware mirrors no longer mirror this distfile since
it's quite old (relates to Slackware 3.6 while the current is 9.2).
So, remove a mastersite per distfile survey.
2003-10-26 05:07:13 +00:00

22 lines
507 B
Makefile

# New ports collection makefile for: psmisc
# Date created: 10 March 1998
# Whom: rantapaa@uswest.net
#
# $FreeBSD$
#
PORTNAME= psmisc
PORTVERSION= 17
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.uni-bremen.de/pub/mirrors/sunsite/system/status/ps/
MAINTAINER= ports@FreeBSD.org
COMMENT= A port of the Linux pstree, killall and pidof commands
CONFLICTS= pstree-2.*
INSTALL_TARGET= install-all
MAN1= pidof.1 pstree.1 killall.1
WRKSRC= ${WRKDIR}/psmisc
.include <bsd.port.mk>