1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/sysutils/cpulimit/Makefile
Jonathan Chu aca0726cef Update sysutils/cpulimit to 2.2
- Update for stagedir
- Update WWW

PR:		ports/190284
Submitted by:	jesse (maintainer)
Reviewed by:	bapt
Approved by:	swills (mentor), eadler (mentor)
2014-05-30 07:24:52 +00:00

28 lines
649 B
Makefile

# Created by: Jesse Smith <jessefrgsmith@yahoo.ca>
# $FreeBSD$
PORTNAME= cpulimit
PORTVERSION= 2.2
CATEGORIES= sysutils
MASTER_SITES= SF/limitcpu/limitcpu/
MAINTAINER= jessefrgsmith@yahoo.ca
COMMENT= Limit the CPU usage of a process
LICENSE= GPLv2
CFLAGS+= -lkvm -Wall -O2
PLIST_FILES= bin/cpulimit \
man/man1/cpulimit.1.gz
post-patch:
@${REINPLACE_CMD} -e 's|share/||g' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cpulimit ${STAGEDIR}${PREFIX}/bin/cpulimit
${INSTALL_MAN} ${WRKSRC}/cpulimit.1 ${STAGEDIR}${MANPREFIX}/man/man1/cpulimit.1
.include <bsd.port.mk>