20 lines
493 B
Makefile
20 lines
493 B
Makefile
|
PORTNAME= AwesomeTkinter
|
||
|
PORTVERSION= 2021.11.8
|
||
|
CATEGORIES= x11-toolkits python
|
||
|
MASTER_SITES= CHEESESHOP
|
||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||
|
|
||
|
MAINTAINER= python@FreeBSD.org
|
||
|
COMMENT= Pretty Tkinter widgets for Python
|
||
|
|
||
|
LICENSE= MIT
|
||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||
|
|
||
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=6.0.0:graphics/py-pillow@${PY_FLAVOR} \
|
||
|
${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR}
|
||
|
|
||
|
USES= python
|
||
|
USE_PYTHON= autoplist distutils
|
||
|
|
||
|
.include <bsd.port.mk>
|