freebsd-ports/sysutils/battray/Makefile
Eitan Adler c10a99c9fd Battray is a python program that displays a tray icon to inform you of the
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)
2011-08-30 17:27:36 +00:00

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>