freebsd-ports/x11/xcb-util-errors/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
355 B
Makefile

PORTNAME= xcb-util-errors
PORTVERSION= 1.0
CATEGORIES= x11
MASTER_SITES= http://xcb.freedesktop.org/dist/
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Pretty-print XCB codes
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= xcb-proto>=1.6:x11/xcb-proto
USES= xorg xorg-cat:lib
USE_XORG= xcb
INSTALL_TARGET= install-strip
.include <bsd.port.mk>