pkgsrc/sysutils/gkrellm/Makefile.common

33 lines
993 B
Makefile
Raw Normal View History

# $NetBSD: Makefile.common,v 1.3 2004/02/28 23:04:43 cube Exp $
Initial import of gkrellm, version 2.1.25, into the NetBSD Package Collection. This is the GTK+2 port of old gkrellm1. Package imported from pkgsrc-wip. With a single process, GKrellM manages multiple stacked monitors and supports applying themes to match the monitors appearance to your window manager, Gtk, or any other theme. * SMP CPU, Disk, Proc, and active net interface monitors with LEDs. * Internet monitor that displays current and charts historical port hits * Memory and swap space usage meters and a system uptime monitor. * File system meters show capacity/free space and can mount/umount. * A mailbox monitor which can launch mail reader, remote mail fetch. * Clock/calendar and hostname display. * APM laptop battery monitor. * CPU/motherboard temperature display if lm_sensors modules installed. * Multiple monitors managed by a single process to reduce system load. * A timer button that can execute PPP or ISDN logon/logoff scripts. * Charts are autoscaling with configurable grid line resolution, or can be set to a fixed scale mode. * Separate colors for "in" and "out" data. The in color is used for CPU user time, disk read, forks, and net receive data. The out color is used for CPU sys time, disk write, load, and net transmit data. * Commands can be configured to run when monitor labels are clicked. * GKrellM is plugin capable so special interest monitors can be created. * A different theme can be created with the GIMP. While GKrellM monitors the host it is running on, it can poll a server over the network. The server package is named gkrellm-server.
2004-02-24 23:11:28 +01:00
DISTNAME= ${GKRELLM_DISTBASE}
PKGNAME= ${GKRELLM_PKGBASE}-${GKRELLM_VERSION}
CATEGORIES= sysutils
MASTER_SITES= http://web.wt.net/~billw/gkrellm/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= cube@NetBSD.org
HOMEPAGE= http://gkrellm.net/
CONFLICTS+= gkrellm-1*
USE_GNU_TOOLS+= make
USE_PKGLOCALEDIR= YES
MAKE_ENV+= LOCALEDIR=${PREFIX}/${PKGLOCALEDIR}/locale
GKRELLM_VERSION= 2.1.27
Initial import of gkrellm, version 2.1.25, into the NetBSD Package Collection. This is the GTK+2 port of old gkrellm1. Package imported from pkgsrc-wip. With a single process, GKrellM manages multiple stacked monitors and supports applying themes to match the monitors appearance to your window manager, Gtk, or any other theme. * SMP CPU, Disk, Proc, and active net interface monitors with LEDs. * Internet monitor that displays current and charts historical port hits * Memory and swap space usage meters and a system uptime monitor. * File system meters show capacity/free space and can mount/umount. * A mailbox monitor which can launch mail reader, remote mail fetch. * Clock/calendar and hostname display. * APM laptop battery monitor. * CPU/motherboard temperature display if lm_sensors modules installed. * Multiple monitors managed by a single process to reduce system load. * A timer button that can execute PPP or ISDN logon/logoff scripts. * Charts are autoscaling with configurable grid line resolution, or can be set to a fixed scale mode. * Separate colors for "in" and "out" data. The in color is used for CPU user time, disk read, forks, and net receive data. The out color is used for CPU sys time, disk write, load, and net transmit data. * Commands can be configured to run when monitor labels are clicked. * GKrellM is plugin capable so special interest monitors can be created. * A different theme can be created with the GIMP. While GKrellM monitors the host it is running on, it can poll a server over the network. The server package is named gkrellm-server.
2004-02-24 23:11:28 +01:00
GKRELLM_DISTBASE= gkrellm-${GKRELLM_VERSION}
GKRELLM_SRCDIR= ${WRKDIR}/${GKRELLM_DISTBASE}
FILESDIR= ${.CURDIR}/../../sysutils/gkrellm/files
PATCHDIR= ${.CURDIR}/../../sysutils/gkrellm/patches
DISTINFO_FILE= ${.CURDIR}/../../sysutils/gkrellm/distinfo
post-extract:
${CP} ${FILESDIR}/top.Makefile ${WRKSRC}/Makefile
${CP} ${FILESDIR}/top.Makefile.inc ${WRKSRC}/Makefile.inc
${CP} ${FILESDIR}/po.Makefile ${WRKSRC}/po/Makefile
${CP} ${FILESDIR}/server.Makefile ${WRKSRC}/server/Makefile
${CP} ${FILESDIR}/src.Makefile ${WRKSRC}/src/Makefile