Original submission from Laurence Tratt, who takes MAINTAINER -- thanks! Additional testing from Stefan Hagan and Florian Viehweger. tweaks and ok sthen@
35 lines
768 B
Makefile
35 lines
768 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2020/08/11 21:33:22 bcallah Exp $
|
|
|
|
COMMENT = display keypresses on screen
|
|
|
|
DISTNAME = screenkey-1.2
|
|
|
|
CATEGORIES = x11
|
|
|
|
HOMEPAGE = https://www.thregr.org/~wavexx/software/screenkey/
|
|
|
|
MAINTAINER = Laurence Tratt <laurie@tratt.net>
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
# dlopen()'d
|
|
WANTLIB = X11 Xtst
|
|
|
|
MASTER_SITES = https://www.thregr.org/~wavexx/software/screenkey/releases/
|
|
|
|
MODULES = lang/python \
|
|
textproc/intltool
|
|
MODPY_SETUPTOOLS = Yes
|
|
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
|
|
|
|
BUILD_DEPENDS += devel/py-distutils-extra${MODPY_FLAVOR}
|
|
RUN_DEPENDS += devel/desktop-file-utils \
|
|
devel/py-gobject3${MODPY_FLAVOR} \
|
|
graphics/py-cairo${MODPY_FLAVOR} \
|
|
x11/py-xlib${MODPY_FLAVOR}
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|