1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/sysutils/sloth/Makefile
Edwin Groothuis 5a7952a6a9 remove dead mastersite
PR:		ports/49068
Submitted by:	Yonatan@xpert.com <Yonatan@xpert.com>
2003-04-02 10:43:02 +00:00

26 lines
442 B
Makefile

# 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/
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>