summaryrefslogtreecommitdiff
path: root/sysutils/torsmo/Makefile
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-03-29 21:42:55 +0000
committerghen <ghen@pkgsrc.org>2006-03-29 21:42:55 +0000
commitf8ede6206115c6fa0b7c745b31a6a184ade269b6 (patch)
tree040182b4d6fa5a96d7214692b9db95f6a8726372 /sysutils/torsmo/Makefile
parentf07b55953ea4c3196ab7c7d3e09e4f1c96bdacdf (diff)
downloadpkgsrc-f8ede6206115c6fa0b7c745b31a6a184ade269b6.tar.gz
Torsmo is a system monitor that sits in the corner of your desktop. It's
very simple, customizable and it renders only text on the desktop (and percentagebars if you want it to ;) and the only lib it uses is Xlib. Torsmo can show various information about your system and it's peripherals, including: * Kernel version * Uptime * System time * Network interface information * Memory and swap usage * Hostname * Machine, i686 for example * System name, Linux for example * Temperatures from i2c-sensors * Temperature from ACPI * Battery capacity from ACPI/APM * Number of processes running or sleeping * Local mails (unread and all) * Filesystem stats
Diffstat (limited to 'sysutils/torsmo/Makefile')
-rw-r--r--sysutils/torsmo/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/sysutils/torsmo/Makefile b/sysutils/torsmo/Makefile
new file mode 100644
index 00000000000..fc9a0e71935
--- /dev/null
+++ b/sysutils/torsmo/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/03/29 21:42:55 ghen Exp $
+
+DISTNAME= torsmo-0.18
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=torsmo/}
+
+MAINTAINER= ghen@NetBSD.org
+HOMEPAGE= http://torsmo.sourceforge.net/
+COMMENT= Tyopoytaorvelo System Monitor
+
+GNU_CONFIGURE= yes
+
+EGDIR= ${PREFIX}/share/examples/torsmo
+DOCDIR= ${PREFIX}/share/doc/torsmo
+
+.include "../../mk/bsd.prefs.mk"
+
+.if (${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" \
+ || ${OPSYS} == "OpenBSD" || ${OPSYS} == "Linux")
+SPECIAL_PERMS+= bin/torsmo ${ROOT_USER} kmem 2555
+.endif
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC:Q}/torsmo ${PREFIX:Q}/bin/
+ ${INSTALL_MAN} ${WRKSRC:Q}/torsmo.1 ${PREFIX:Q}/${PKGMANDIR:Q}/man1/
+ ${INSTALL_DATA_DIR} ${EGDIR:Q}
+ ${INSTALL_DATA} ${WRKSRC:Q}/torsmorc.sample ${EGDIR:Q}/
+ ${INSTALL_DATA_DIR} ${DOCDIR:Q}
+ ${INSTALL_DATA} ${WRKSRC:Q}/README ${DOCDIR:Q}/
+ ${INSTALL_DATA} ${WRKSRC:Q}/readme.html ${DOCDIR:Q}/
+
+.include "../../mk/x11.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"