26 lines
657 B
Makefile
26 lines
657 B
Makefile
PORTNAME= py3status
|
|
PORTVERSION= 3.51
|
|
CATEGORIES= deskutils python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Extensible i3status wrapper written in python
|
|
WWW= https://github.com/ultrabug/py3status
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
OPTIONS_DEFINE= GEVENT UDEV
|
|
GEVENT_DESC= Gevent support
|
|
UDEV_DESC= UDEV support
|
|
|
|
GEVENT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gevent>=1.1:devel/py-gevent@${PY_FLAVOR}
|
|
UDEV_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyudev>=0.21.0:devel/py-pyudev@${PY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|