freebsd-ports/sysutils/sloth/Makefile

21 lines
475 B
Makefile
Raw Normal View History

# Created by: ijliao
2002-05-09 15:45:49 +02:00
# $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/
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:
@${REINPLACE_CMD} -e "s,wait.h,sys/wait.h,g" ${WRKSRC}/configure
2002-05-09 15:45:49 +02:00
.include <bsd.port.mk>