summaryrefslogtreecommitdiff
path: root/sysutils/sloth/Makefile
blob: 6fe069d63ccd4eb974600966812bfad5a3000a9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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

GNU_CONFIGURE=	yes

MAN1=		sloth.1
PLIST_FILES=	bin/sloth

NO_STAGE=	yes
post-patch:
	@${REINPLACE_CMD} -e "s,wait.h,sys/wait.h,g" ${WRKSRC}/configure

.include <bsd.port.mk>