mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
17a9fccfe9
Release notes: https://lists.x.org/archives/xorg-announce/2024-February/003455.html Sponsored by: Beckhoff Automation GmbH & Co. KG
18 lines
317 B
Makefile
18 lines
317 B
Makefile
PORTNAME= libxkbfile
|
|
PORTVERSION= 1.1.3
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= XKB file library
|
|
WWW= https://www.freedesktop.org/Software/xorg
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= tar:xz xorg xorg-cat:lib
|
|
USE_XORG= x11 xorgproto
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|