openbsd-ports/sysutils/gkrellm/Makefile
naddy bc6d456b08 Update to version 1.2.0; from maintainer.
NOTE: Some configuration issues:
   o Net and inet command launching will need re-entering.
   o Inet charts can't use data saved by 1.0.x versions.
   o Plugins that were automatically enabled by being in
      ~/.gkrellm/plugins will now have to be enabled on the plugins
      config page.  A consequence of this is that your existing
      configuration setup for these plugins may be lost.

   o CPU charts can now show nice time, which also uses a new theme
     image.
   o Added an alert interface so limits can be set for triggering
     warn and alarm commands.  Builtin APM and sensor (temps, fan, volt)
     monitors can have alerts set.  Alerts can use the gvoice plugin.
   o User selectable fonts.
   o User plugin placements.
   o User definable format strings for drawing chart labels.
   o Right click on most panels to open the monitor config window.
     NOTE: To adjust panel heights, right click on them.
   o There is no longer compatibility with pre 0.10.0 theme formats (the
     change was announced a year ago).
2001-08-01 20:24:37 +00:00

29 lines
593 B
Makefile

# vim:ts=8
# $OpenBSD: Makefile,v 1.5 2001/08/01 20:24:37 naddy Exp $
DISTNAME= gkrellm-1.2.0
HOMEPAGE= http://www.gkrellm.net/
COMMENT= "a single process stack of system monitors"
CATEGORIES= sysutils
NEED_VERSION= 1.433
MAINTAINER= Joshua Stein <jcs@rt.fm>
MASTER_SITES= http://web.wt.net/~billw/gkrellm/ \
ftp://rt.fm/pub/gkrellm/
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= gdk_imlib.19::graphics/imlib
USE_GMAKE= Yes
USE_X11= Yes
ALL_TARGET= openbsd
INSTALL_TARGET= install_openbsd
.include <bsd.port.mk>