forked from Lainports/freebsd-ports
Add gkrellfire, a gkrellm2 plugin that display system load like a fire.
PR: ports/69155 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
This commit is contained in:
parent
6311c6abba
commit
8f3af945bd
4 changed files with 39 additions and 0 deletions
|
|
@ -144,6 +144,7 @@
|
|||
SUBDIR += gdesklets-sysinfo
|
||||
SUBDIR += gfslicer
|
||||
SUBDIR += gkleds2
|
||||
SUBDIR += gkrellfire
|
||||
SUBDIR += gkrellflynn
|
||||
SUBDIR += gkrellm
|
||||
SUBDIR += gkrellm-trayicons
|
||||
|
|
|
|||
33
sysutils/gkrellfire/Makefile
Normal file
33
sysutils/gkrellfire/Makefile
Normal file
|
|
@ -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>
|
||||
2
sysutils/gkrellfire/distinfo
Normal file
2
sysutils/gkrellfire/distinfo
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
MD5 (gkrellfire-0.3.0.tgz) = 187ddab6bbe8e3511c256472cd269ce1
|
||||
SIZE (gkrellfire-0.3.0.tgz) = 11711
|
||||
3
sysutils/gkrellfire/pkg-descr
Normal file
3
sysutils/gkrellfire/pkg-descr
Normal file
|
|
@ -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/
|
||||
Loading…
Add table
Reference in a new issue