aboutsummaryrefslogtreecommitdiff
path: root/x11/xcb-util-errors/Makefile
blob: 0b0644cc9a94028d3b0045b24ec0a8199f575c1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

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>