mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
Reported by: concussious.bugzilla_runbox.com Approved by: x11@ (maintainer, timeout > 2 weeks) Differential Revision: https://reviews.freebsd.org/D45417
18 lines
372 B
Makefile
18 lines
372 B
Makefile
PORTNAME= xkbevd
|
|
PORTVERSION= 1.1.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Keyboard Extension event daemon
|
|
WWW= https://gitlab.freedesktop.org/xorg/app/xkbevd
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= xorg xorg-cat:app
|
|
USE_XORG= xkbfile x11
|
|
|
|
PLIST_FILES= bin/xkbevd share/man/man1/xkbevd.1.gz
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
|
|
.include <bsd.port.mk>
|