diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-03-30 01:53:59 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-03-30 01:53:59 +0800 |
commit | 913e9188f65acf605c1f443c0a51824558772708 (patch) | |
tree | 7ceb800dbc34fc628a84b5f6ceaca5ab9ef69deb /sysutils/wmbluecpu/Makefile | |
parent | a61dbd8382c1fa25860485a85bb7879c41648795 (diff) | |
download | freebsd-ports-gnome-913e9188f65acf605c1f443c0a51824558772708.tar.gz freebsd-ports-gnome-913e9188f65acf605c1f443c0a51824558772708.tar.zst freebsd-ports-gnome-913e9188f65acf605c1f443c0a51824558772708.zip |
New port: wmbluecpu
WMBlueCPU is a CPU monitoring dockapp. It displays current CPU usage
with numbers and a graphical history list.
Submitted by: Alexey Dokuchaev
Diffstat (limited to 'sysutils/wmbluecpu/Makefile')
-rw-r--r-- | sysutils/wmbluecpu/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/sysutils/wmbluecpu/Makefile b/sysutils/wmbluecpu/Makefile new file mode 100644 index 000000000000..e1a02059010e --- /dev/null +++ b/sysutils/wmbluecpu/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: wmbluecpu +# Date created: 29 Mar 2003 +# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru> +# +# $FreeBSD$ +# + +PORTNAME= wmbluecpu +PORTVERSION= 0.4 +CATEGORIES= sysutils windowmaker +MASTER_SITES= http://ibiblio.org/pub/linux/X11/xutils/ \ + ftp://ftp.ibiblio.org/pub/linux/X11/xutils/ + +MAINTAINER= danfe@regency.nsu.ru +COMMENT= A CPU monitoring dockapp + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_XPM= yes + +MAN1= wmbluecpu.1 + +post-patch: + @${CP} ${FILESDIR}/cpu_freebsd.* ${WRKSRC} + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + @${CHMOD} g+s ${PREFIX}/bin/${PORTNAME} + @${CHOWN} root:kmem ${PREFIX}/bin/${PORTNAME} + @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1 + +.include <bsd.port.mk> |