openbsd-ports/x11/libfakekey/Makefile
2022-03-11 20:15:18 +00:00

22 lines
411 B
Makefile

COMMENT = library for converting characters to X key-presses
V = 0.1
DISTNAME = libfakekey-${V}
SHARED_LIBS = fakekey 0.0 # 0.1
CATEGORIES = x11
HOMEPAGE = https://www.yoctoproject.org/software-item/matchbox/
# LGPLv2+
PERMIT_PACKAGE =Yes
WANTLIB += X11 Xext Xi Xtst xcb
MASTER_SITES = https://downloads.yoctoproject.org/releases/matchbox/libfakekey/${V}/
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>