1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/sysutils/wmcpuload/Makefile
Florent Thoumie cafa20fd3c - Add a patch to fix cpu load value when there are nice'd processes.
PR:		ports/79540
Submitted by:	regis <regisr@pobox.com>
Approved by:	maintainer timeout (7 months)
2005-11-30 12:47:04 +00:00

34 lines
701 B
Makefile

# New ports collection makefile for: wmcpuload
# Date created: 18 Apr 2001
# Whom: Soeren Boll Overgaard <boll@tolkien.dk>
#
# $FreeBSD$
#
PORTNAME= wmcpuload
PORTVERSION= 1.0.1
PORTREVISION= 1
CATEGORIES= sysutils windowmaker
MASTER_SITES= http://www.sh.rim.or.jp/~ssato/src/
MAINTAINER= pat@FreeBSD.org
COMMENT= An "lcd" dockapp for windowmaker, which displays the current cpuload
USE_BZIP2= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_XPM= yes
CONFIGURE_ARGS= --program-prefix=""
MAN1= wmcpuload.1
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in ChangeLog README
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif # !NOPORTDOCS
.include <bsd.port.mk>