diff options
author | kivinen <kivinen@pkgsrc.org> | 2004-06-09 21:00:05 +0000 |
---|---|---|
committer | kivinen <kivinen@pkgsrc.org> | 2004-06-09 21:00:05 +0000 |
commit | 5f236d2b71a7c8b34b5102519f569f36af1201aa (patch) | |
tree | 5251cd3eacd556d190f4df3285e7978d4235103a /sysutils/asapm/Makefile | |
parent | 202ca82e5acd2f43e8f3077eb8cec7f68d5b7a7c (diff) | |
download | pkgsrc-5f236d2b71a7c8b34b5102519f569f36af1201aa.tar.gz |
Implemented support for envsys to get battery etc information
from acpi. Only tested on one laptop, I do not know whether
the envsys names for the acpi devices are stable enough to be
used, but I didn't find any other way to distinguish different
things. As this laptop does not support apm, I hope it still
works after these modifications.
Diffstat (limited to 'sysutils/asapm/Makefile')
-rw-r--r-- | sysutils/asapm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/asapm/Makefile b/sysutils/asapm/Makefile index 8f656ea8a34..46a15d062be 100644 --- a/sysutils/asapm/Makefile +++ b/sysutils/asapm/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.26 2004/04/25 03:21:16 snj Exp $ +# $NetBSD: Makefile,v 1.27 2004/06/09 21:00:05 kivinen Exp $ # DISTNAME= asapm-2.11 CATEGORIES= sysutils x11 +PKGREVISION= 1 MASTER_SITES= http://www.tigr.net/afterstep/download/asapm/ \ ftp://ftp.afterstep.org/apps/asapm/ \ ftp://fuf.sh.cvut.cz/pub/AfterStep/apps/asapm/ |