mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
Changes: https://lists.x.org/archives/xorg-announce/2022-October/003232.html Reported by: Repology
19 lines
412 B
Makefile
19 lines
412 B
Makefile
PORTNAME= xcb-util-errors
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://xcb.freedesktop.org/dist/
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= Pretty-print XCB codes
|
|
WWW= https://xcb.freedesktop.org/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= xcb-proto>=1.6:x11/xcb-proto
|
|
|
|
USES= python:build tar:xz xorg xorg-cat:lib
|
|
USE_XORG= xcb
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|