mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 15:21:51 -04:00
Reported by: concussious.bugzilla_runbox.com Approved by: x11 (maintainer, timeout) Differential Revision: https://reviews.freebsd.org/D45408
16 lines
350 B
Makefile
16 lines
350 B
Makefile
PORTNAME= xkbutils
|
|
PORTVERSION= 1.0.6
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Collection of small X Keyboard Extension utilities
|
|
WWW= https://gitlab.freedesktop.org/xorg/app/xkbutils
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= tar:xz xorg xorg-cat:app
|
|
USE_XORG= xkbfile x11 xaw xorgproto xt
|
|
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
|
|
.include <bsd.port.mk>
|