ec140ddc1d
user to slow down jobs that would otherwise choke the processor. It is also helpful on laptops where we want to avoid genrating a lot of heat. WWW: http://cpulimit.sourceforge.net/ PR: ports/156064 Submitted by: Jesse <jessefrgsmith@yahoo.ca>
23 lines
472 B
Makefile
23 lines
472 B
Makefile
# New ports collection makefile for: cpulimit
|
|
# Date created: April 1, 2011
|
|
# Whom: Jesse
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cpulimit
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}/
|
|
|
|
MAINTAINER= jessefrgsmith@yahoo.ca
|
|
COMMENT= A program to limit the CPU usage of a process
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
|
|
.if !defined(NOPORTDOCS)
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|