freebsd-ports/x11/screenkey/Makefile
Nuno Teixeira 3572ca3e01 */*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree
2023-12-23 18:14:14 +00:00

21 lines
515 B
Makefile

PORTNAME= screenkey
PORTVERSION= 1.5
PORTREVISION= 2
CATEGORIES= x11 python
MASTER_SITES= https://www.thregr.org/~wavexx/software/screenkey/releases/
MAINTAINER= danfe@FreeBSD.org
COMMENT= Screencast tool to display pressed keys
WWW= https://www.thregr.org/~wavexx/software/screenkey/
LICENSE= GPLv3+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=0:devel/py-babel@${PY_FLAVOR}
USES= gnome python xorg
USE_GNOME= gtk30 pygobject3
USE_PYTHON= autoplist distutils noflavors
USE_XORG= xtst
.include <bsd.port.mk>