# ex:ts=8
# Ports collection makefile for:	sloth
# Date created:			May 9, 2002
# Whom:				ijliao
#
# $FreeBSD: ports/sysutils/sloth/Makefile,v 1.5 2003/02/20 19:00:50 knu Exp $
#

PORTNAME=	sloth
PORTVERSION=	1.1.0
CATEGORIES=	sysutils
MASTER_SITES=	ftp://ftp.namodn.com/pub/projects/ \
		http://communityprojects.org/apps/sloth/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Slow down a process

USE_REINPLACE=	yes
GNU_CONFIGURE=	yes

MAN1=	sloth.1

post-patch:
	@${REINPLACE_CMD} -e "s,wait.h,sys/wait.h,g" ${WRKSRC}/configure

.include <bsd.port.mk>
