From 3861e8540f02d41b5a403192cd22528a00eced24 Mon Sep 17 00:00:00 2001 From: erwin Date: Mon, 9 Feb 2004 09:32:48 +0000 Subject: Add x11/wmbsdbatt, dockapp for monitoring battery usage & temperature through ACPI. --- sysutils/wmbsdbatt/Makefile | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 sysutils/wmbsdbatt/Makefile (limited to 'sysutils/wmbsdbatt/Makefile') 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 +# +# $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 + +.if ${OSVERSION} < 500000 +IGNORE= Does not compile on 4.x +.endif + +.include -- cgit