mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
22 lines
501 B
Makefile
22 lines
501 B
Makefile
# Created by: Martin Tournoij <martin@arp242.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= battray
|
|
PORTVERSION= 1.5
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
|
|
MAINTAINER= martin@arp242.net
|
|
COMMENT= Display notebook battery status in tray
|
|
|
|
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
|
|
|
|
USE_GNOME= pygtk2
|
|
USES= python
|
|
USE_PYTHON= distutils
|
|
|
|
.include <bsd.port.mk>
|