freebsd-ports/sysutils/battray/Makefile
Dmitry Marakasov 67540693d8 - Pet portlint
- Add LICENSE_FILE
- Update WWW and chase moved GitHub account (old account explicitly points to the new one)
- Checksum unchanged
2019-08-17 09:02:37 +00:00

24 lines
453 B
Makefile

# Created by: Martin Tournoij <martin@arp242.net>
# $FreeBSD$
PORTNAME= battray
DISTVERSIONPREFIX= version-
DISTVERSION= 2.3
PORTREVISION= 1
CATEGORIES= sysutils python
MAINTAINER= ports@FreeBSD.org
COMMENT= Display notebook battery status in tray
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.3+
USE_GNOME= pygobject3
USE_PYTHON= autoplist distutils optsuffix
USE_GITHUB= yes
GH_ACCOUNT= arp242
NO_ARCH= yes
.include <bsd.port.mk>