aboutsummaryrefslogblamecommitdiff
path: root/x11/wtype/Makefile
blob: 8802b64164a67128887b41cc7046eb6f3a9abecd (plain) (tree)
1
2
3
4
5

                         
                   

                   











                                                                   

                                         

                      
PORTNAME=	wtype
DISTVERSIONPREFIX=	v
DISTVERSION=	0.3
CATEGORIES=	x11

MAINTAINER=	jbeich@FreeBSD.org
COMMENT=	Programmatically simulate keyboard input on Wayland

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libwayland-client.so:graphics/wayland \
		libxkbcommon.so:x11/libxkbcommon

USES=		compiler:c11 meson pkgconfig
USE_GITHUB=	yes
GH_ACCOUNT=	atx
PLIST_FILES=	bin/${PORTNAME} \
		man/man1/${PORTNAME}.1.gz

.include <bsd.port.mk>