mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
32a55d206d
With hat: gnome PR: 273722
23 lines
431 B
Makefile
23 lines
431 B
Makefile
PORTNAME= battray
|
|
DISTVERSIONPREFIX= version-
|
|
DISTVERSION= 2.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils python
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Display notebook battery status in tray
|
|
WWW= https://github.com/arp242/battray
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gnome python
|
|
USE_GNOME= pygobject3
|
|
USE_PYTHON= autoplist distutils optsuffix
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= arp242
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|