freebsd-ports/sysutils/sloth/Makefile

27 lines
481 B
Makefile
Raw Normal View History

2002-05-09 15:45:49 +02:00
# ex:ts=8
# Ports collection makefile for: sloth
# Date created: May 9, 2002
# Whom: ijliao
#
# $FreeBSD$
#
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
2003-02-20 20:00:52 +01:00
COMMENT= Slow down a process
2002-05-09 15:45:49 +02:00
USE_REINPLACE= yes
2002-05-09 15:45:49 +02:00
GNU_CONFIGURE= yes
MAN1= sloth.1
post-patch:
@${REINPLACE_CMD} -e "s,wait.h,sys/wait.h,g" ${WRKSRC}/configure
2002-05-09 15:45:49 +02:00
.include <bsd.port.mk>