summaryrefslogtreecommitdiff
path: root/sysutils/gkx86info/Makefile
diff options
context:
space:
mode:
authoragc <agc>2002-07-10 13:46:58 +0000
committeragc <agc>2002-07-10 13:46:58 +0000
commitd50d8c1a0e3fd872313a1ae58c74a41ab3461d9e (patch)
tree378cef40084e037cd7b38ac02448a592b7e6e623 /sysutils/gkx86info/Makefile
parent92423f732a0f05836ea8348c76112043c4a3ee59 (diff)
downloadpkgsrc-d50d8c1a0e3fd872313a1ae58c74a41ab3461d9e.tar.gz
Initial import of gkx86info-0.0.2 into the NetBSD Packages Collection.
Provided in PR 17219 by ptiJo (ptiJo@noos.fr) This is a plugin for gkrellm that simply prints the current clock speed for users that own speed stepping processors. It works on normal non-stepping processors also, but there isn't really any point in measuring the clock if it is the same every time you measure it, is there? Included code from x86info to calculate an estimate clock speed.
Diffstat (limited to 'sysutils/gkx86info/Makefile')
-rw-r--r--sysutils/gkx86info/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/gkx86info/Makefile b/sysutils/gkx86info/Makefile
new file mode 100644
index 00000000000..ae08eb4817a
--- /dev/null
+++ b/sysutils/gkx86info/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/07/10 13:46:58 agc Exp $
+#
+
+DISTNAME= gkx86info0.0.2
+PKGNAME= gkx86info-0.0.2
+CATEGORIES= sysutils
+MASTER_SITES= http://asdfnews.org/yargon/
+
+MAINTAINER= ptiJo@noos.fr
+HOMEPAGE= http://asdfnews.org/yargon/
+COMMENT= gkrellm plugin that prints the current clock speed
+
+DEPENDS+= gkrellm>=1.2:../../sysutils/gkrellm
+
+pre-build:
+ ${TOUCH} ${WRKSRC}/Makefile
+
+.include "../../mk/bsd.pkg.mk"