a20d12f289
wmc2d is a dockapp to monitor the coretemp temperature and cpufreq frequency. The name comes from the "Core 2 Duo", but now more cpu types are supported. This is a small dockapp, which shows the core temperature and CPU frequency from 2 up to 4 cores/CPUs and the temperature of up to two ACPI thermal zones, which are normally the motherboard temperature. All CPUs, which are supported by the Linux kernel "coretemp" and "cpufreq" modules, could be monitored. f.e. Core 2, Atom, and Core iX.
29 lines
788 B
Makefile
29 lines
788 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2012/04/24 15:53:54 othyro Exp $
|
|
#
|
|
|
|
DISTNAME= wmc2d-2010-08-16-13
|
|
PKGNAME= wmc2d-2.04
|
|
CATEGORIES= wm
|
|
MASTER_SITES= http://www.goron.de/~johns/wmc2d/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.goron.de/~johns/wmc2d/
|
|
COMMENT= Dockapp to monitor coretemp temperature and cpufreq frequency
|
|
LICENSE= gnu-agpl-v3
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
USE_TOOLS+= gmake
|
|
INSTALLATION_DIRS+= bin
|
|
|
|
WRKSRC= ${WRKDIR}/wmc2d
|
|
|
|
SUBST_CLASSES+= prefix
|
|
SUBST_STAGE.prefix= post-build
|
|
SUBST_MESSAGE.prefix= Fixing prefix path.
|
|
SUBST_FILES.prefix= Makefile
|
|
SUBST_SED.prefix= -e "s,/usr/local/bin,${DESTDIR}${PREFIX}/bin,"
|
|
|
|
.include "../../x11/xcb-util/buildlink3.mk"
|
|
.include "../../x11/libxcb/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|