mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
- Remove the use of comp_DETECT. - Remove all comp_DETECT variables. - Remove a use of comp_DETECT outside of gnome.mk - Remove py3gobject3. - Have ports depending directly on devel/py-gobject3 use gnome to do it. PR: 224618 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D13550
22 lines
411 B
Makefile
22 lines
411 B
Makefile
# Created by: Martin Tournoij <martin@arp242.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= battray
|
|
DISTVERSION= 2.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils python
|
|
DISTVERSIONPREFIX= version-
|
|
|
|
MAINTAINER= tz@FreeBSD.org
|
|
COMMENT= Display notebook battery status in tray
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python:3.3+
|
|
USE_GNOME= pygobject3
|
|
USE_PYTHON= autoplist distutils optsuffix
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Carpetsmoker
|
|
|
|
.include <bsd.port.mk>
|