1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/sysutils/cpulimit/Makefile
Alexey Dokuchaev 5420cd67e6 - Fix bogus date in Makefile header: port could not be created after PR
- Garbage collect dead .if-clause, kill EOL slash
2011-04-01 03:46:59 +00:00

22 lines
468 B
Makefile

# New ports collection makefile for: cpulimit
# Date created: 30 Mar 2011
# Whom: Jesse Smith <jessefrgsmith@yahoo.ca>
#
# $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
.include <bsd.port.mk>