2013-09-21 01:05:58 +02:00
|
|
|
# Created by: ijliao
|
2002-05-09 15:45:49 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= sloth
|
|
|
|
PORTVERSION= 1.1.0
|
|
|
|
CATEGORIES= sysutils
|
2010-04-07 18:38:23 +02:00
|
|
|
MASTER_SITES= http://www.sourcefiles.org/Utilities/Miscellaneous/ \
|
|
|
|
http://T32.TecNik93.com/FreeBSD/others_ports/${PORTNAME}${PKGNAMESUFFIX}/sources/
|
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
|
|
|
|
|
2013-11-16 13:33:15 +01:00
|
|
|
PLIST_FILES= bin/sloth man/man1/${PORTNAME}.1.gz
|
2002-05-09 15:45:49 +02:00
|
|
|
|
|
|
|
post-patch:
|
2002-06-23 22:29:01 +02:00
|
|
|
@${REINPLACE_CMD} -e "s,wait.h,sys/wait.h,g" ${WRKSRC}/configure
|
2002-05-09 15:45:49 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|