diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-02-09 09:32:48 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-02-09 09:32:48 +0000 |
commit | 45e04ad46bd6bbc57be06e5eaf04f32a7012533b (patch) | |
tree | 2270b4e569dc076ab64b8e68862027501f9500b1 /sysutils/wmbsdbatt | |
parent | fdc2d0d7282e73fa0e32e0b457cce1d8d7a183d3 (diff) | |
download | ports-45e04ad46bd6bbc57be06e5eaf04f32a7012533b.tar.gz ports-45e04ad46bd6bbc57be06e5eaf04f32a7012533b.zip |
Notes
Diffstat (limited to 'sysutils/wmbsdbatt')
-rw-r--r-- | sysutils/wmbsdbatt/Makefile | 30 | ||||
-rw-r--r-- | sysutils/wmbsdbatt/distinfo | 2 | ||||
-rw-r--r-- | sysutils/wmbsdbatt/pkg-descr | 8 |
3 files changed, 40 insertions, 0 deletions
diff --git a/sysutils/wmbsdbatt/Makefile b/sysutils/wmbsdbatt/Makefile new file mode 100644 index 000000000000..5c4868c358d5 --- /dev/null +++ b/sysutils/wmbsdbatt/Makefile @@ -0,0 +1,30 @@ +# New ports collection Makefile for: wmbsdbatt +# Date created: 04 Feb 2004 +# Whom: Josef El-Rayes <josef@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= wmbsdbatt +PORTVERSION= 0.1 +CATEGORIES= sysutils windowmaker +MASTER_SITES= http://mailbox.univie.ac.at/~le/wmbsdbatt/files/ \ + http://www.daemon.li/downloads/ + +MAINTAINER= josef@FreeBSD.org +COMMENT= "dockapp for battery & temperature monitoring through ACPI" + +USE_XLIB = yes +USE_XPM = yes + +PLIST_FILES= bin/wmbsdbatt + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/wmbsdbatt ${PREFIX}/bin + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +IGNORE= Does not compile on 4.x +.endif + +.include <bsd.port.post.mk> diff --git a/sysutils/wmbsdbatt/distinfo b/sysutils/wmbsdbatt/distinfo new file mode 100644 index 000000000000..deb1da5486a9 --- /dev/null +++ b/sysutils/wmbsdbatt/distinfo @@ -0,0 +1,2 @@ +MD5 (wmbsdbatt-0.1.tar.gz) = d5a5cfc17413a8d4c9e1669eb8e62bde +SIZE (wmbsdbatt-0.1.tar.gz) = 16247 diff --git a/sysutils/wmbsdbatt/pkg-descr b/sysutils/wmbsdbatt/pkg-descr new file mode 100644 index 000000000000..516ed82359d5 --- /dev/null +++ b/sysutils/wmbsdbatt/pkg-descr @@ -0,0 +1,8 @@ +wmbsdbatt is a WindowMaker dockapp to monitor battery +usage and temperature through ACPI on FreeBSD. +It is a rip-off of Florian Krohs' wmbatteries dockapp. + +wmbsdbatt was developed and runs on FreeBSD, +and it is licensed under the terms of the GPL. + +WWW: http://mailbox.univie.ac.at/~le/wmbsdbatt/ |