freebsd-ports/sysutils/cpulimit/Makefile
Dennis Herrmann ec140ddc1d The cpulimit program throttles back a process's CPU usage. This allows the
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>
2011-03-31 15:01:45 +00:00

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>