2013-09-21 01:05:58 +02:00
|
|
|
# Created by: Martin Tournoij <martin@arp242.net>
|
2011-08-30 19:27:36 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= battray
|
2012-07-12 15:05:40 +02:00
|
|
|
PORTVERSION= 1.5
|
2011-08-30 19:27:36 +02:00
|
|
|
CATEGORIES= sysutils python
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
|
|
|
|
|
|
MAINTAINER= martin@arp242.net
|
|
|
|
COMMENT= Display notebook battery status in tray
|
|
|
|
|
2014-12-11 01:40:16 +01:00
|
|
|
LICENSE= CCS+
|
|
|
|
LICENSE_NAME= Creative Commons Sampling Plus
|
|
|
|
LICENSE_TEXT= http://creativecommons.org/licenses/sampling+/1.0/
|
|
|
|
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
|
2011-08-30 19:27:36 +02:00
|
|
|
|
|
|
|
USE_GNOME= pygtk2
|
2014-10-24 18:56:10 +02:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils
|
2011-08-30 19:27:36 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|