diff options
author | pav <pav@FreeBSD.org> | 2004-07-18 06:26:50 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-07-18 06:26:50 +0800 |
commit | c0cde686a252a3fd9124a6ab767580fa3927b313 (patch) | |
tree | e8ce47396ad86610f5e5d9b6181e72ef668f3f0b /sysutils | |
parent | c87bbf7adc368af7249ce9d79a0e00b4b80384d9 (diff) | |
download | freebsd-ports-gnome-c0cde686a252a3fd9124a6ab767580fa3927b313.tar.gz freebsd-ports-gnome-c0cde686a252a3fd9124a6ab767580fa3927b313.tar.zst freebsd-ports-gnome-c0cde686a252a3fd9124a6ab767580fa3927b313.zip |
Add gkrellfire, a gkrellm2 plugin that display system load like a fire.
PR: ports/69155
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/gkrellfire/Makefile | 33 | ||||
-rw-r--r-- | sysutils/gkrellfire/distinfo | 2 | ||||
-rw-r--r-- | sysutils/gkrellfire/pkg-descr | 3 |
4 files changed, 39 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index c621b6c25b03..52978a36577b 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -144,6 +144,7 @@ SUBDIR += gdesklets-sysinfo SUBDIR += gfslicer SUBDIR += gkleds2 + SUBDIR += gkrellfire SUBDIR += gkrellflynn SUBDIR += gkrellm SUBDIR += gkrellm-trayicons diff --git a/sysutils/gkrellfire/Makefile b/sysutils/gkrellfire/Makefile new file mode 100644 index 000000000000..ed91f6fd09cd --- /dev/null +++ b/sysutils/gkrellfire/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: gkrellfire +# Date created: 2004-07-16 +# Whom: Roman Bogorodskiy <bogorodskiy@inbox.ru> +# +# $FreeBSD$ +# + +PORTNAME= gkrellfire +PORTVERSION= 0.3.0 +CATEGORIES= sysutils +MASTER_SITES= http://people.freenet.de/thomas-steinke/ +EXTRACT_SUFX= .tgz + +MAINTAINER= bogorodskiy@inbox.ru +COMMENT= Gkrellm2 plugin which shows the system load as a flame + +BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 +RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 + +PLIST_FILES= libexec/gkrellm2/plugins/${PORTNAME}-${PORTVERSION}.so +USE_X_PREFIX= yes +USE_REINPLACE= yes + +post-extract: + @${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/build + +do-build: + @cd ${WRKSRC} && ./build + +do-install: + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${PORTVERSION}.so ${PREFIX}/libexec/gkrellm2/plugins/ + +.include <bsd.port.mk> diff --git a/sysutils/gkrellfire/distinfo b/sysutils/gkrellfire/distinfo new file mode 100644 index 000000000000..788a19a8a2b7 --- /dev/null +++ b/sysutils/gkrellfire/distinfo @@ -0,0 +1,2 @@ +MD5 (gkrellfire-0.3.0.tgz) = 187ddab6bbe8e3511c256472cd269ce1 +SIZE (gkrellfire-0.3.0.tgz) = 11711 diff --git a/sysutils/gkrellfire/pkg-descr b/sysutils/gkrellfire/pkg-descr new file mode 100644 index 000000000000..d91c88d0e7df --- /dev/null +++ b/sysutils/gkrellfire/pkg-descr @@ -0,0 +1,3 @@ +GKrellFire is a plugin for GKrellM - it shows the system load as a flame. + +WWW: http://people.freenet.de/thomas-steinke/ |