opnsense-ports/sysutils/sloth/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

20 lines
475 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
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>