freebsd-ports/sysutils/sloth/Makefile
2019-09-15 17:28:08 +00:00

24 lines
563 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= sloth
PORTVERSION= 1.1.0
CATEGORIES= sysutils
MASTER_SITES= http://www.sourcefiles.org/Utilities/Miscellaneous/ \
http://T32.TecNik93.com/FreeBSD/others_ports/${PORTNAME}${PKGNAMESUFFIX}/sources/
MAINTAINER= ports@FreeBSD.org
COMMENT= Slow down a process
BROKEN= unfetchable
DEPRECATED= Unfetchable, unmaintained
EXPIRATION_DATE= 2019-10-16
GNU_CONFIGURE= yes
PLIST_FILES= bin/sloth man/man1/${PORTNAME}.1.gz
post-patch:
@${REINPLACE_CMD} -e "s,wait.h,sys/wait.h,g" ${WRKSRC}/configure
.include <bsd.port.mk>