ports/x11/xkbevd/Makefile
Fernando Apesteguía 4adad57192 x11/xkbevd: improve comment, add upstream url
Reported by:		concussious.bugzilla_runbox.com
Approved by:		x11@ (maintainer, timeout > 2 weeks)
Differential Revision:	https://reviews.freebsd.org/D45417
2024-06-16 19:03:50 +02:00

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>