d6c1be58eb
Battery Monitor is a battery monitor for laptops. It displays the current status of the battery (charge/discharge and energy level) as well as some information about the general health of the cell. OK landry@
15 lines
313 B
Makefile
15 lines
313 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/07/19 16:25:42 sebastia Exp $
|
|
|
|
COMMENT = GNUstep battery monitor
|
|
|
|
DISTNAME = batmon-0.6
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = http://gap.nongnu.org/batmon/
|
|
MASTER_SITES = http://savannah.nongnu.org/download/gap/
|
|
|
|
MODULES = x11/gnustep
|
|
WANTLIB = c m pthread
|
|
|
|
.include <bsd.port.mk>
|