freebsd-ports/sysutils/sloth/Makefile

26 lines
447 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= http://communityprojects.org/apps/sloth/
2002-05-09 15:45:49 +02:00
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
GNU_CONFIGURE= yes
2004-02-05 21:38:07 +01:00
MAN1= sloth.1
PLIST_FILES= bin/sloth
2002-05-09 15:45:49 +02:00
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>