aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gkrellfire
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-07-17 22:26:50 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-07-17 22:26:50 +0000
commit8f3af945bd519cdc32706fbcb95377fa2b7cc3e3 (patch)
tree964ca2b6c951f04a8ca7c0ad8dd4cf83306dc939 /sysutils/gkrellfire
parent6311c6abbabc0e26b3d8d3c9c39dc9b279a56d28 (diff)
downloadports-8f3af945bd519cdc32706fbcb95377fa2b7cc3e3.tar.gz
ports-8f3af945bd519cdc32706fbcb95377fa2b7cc3e3.zip
Notes
Diffstat (limited to 'sysutils/gkrellfire')
-rw-r--r--sysutils/gkrellfire/Makefile33
-rw-r--r--sysutils/gkrellfire/distinfo2
-rw-r--r--sysutils/gkrellfire/pkg-descr3
3 files changed, 38 insertions, 0 deletions
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/