blob: 588a1be4b9e2ebd817b8279cd01af61eef1bef7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= screenkey
PORTVERSION= 1.5
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>
|