forked from Lainports/freebsd-ports
battery status of your notebook. It is also able to take certain actions depending on battery status. It's simple, easy, fairly environment-independent, and "just works" without tons of (Gnome|KDE|..) dependencies. WWW: http://code.google.com/p/battray/ PR: ports/159152 Submitted by: Martin Tournoij <carpetsmoker@daemonforums.org> Approved by: bapt (mentor)
24 lines
444 B
Makefile
24 lines
444 B
Makefile
# New ports collection makefile for: sysutils/battray
|
|
# Date created: 2011-08-30
|
|
# Whom: Martin Tournoij <martin@arp242.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= battray
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
|
|
MAINTAINER= martin@arp242.net
|
|
COMMENT= Display notebook battery status in tray
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_GNOME= pygtk2
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
MAN1= battray.1
|
|
|
|
.include <bsd.port.mk>
|