blob: cdfb48fbf88621947a8b4d7cea013fef82236879 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PORTNAME= xcb-util
PORTVERSION= 0.4.0
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= x11
MASTER_SITES= http://xcb.freedesktop.org/dist/
MAINTAINER= garga@FreeBSD.org
COMMENT= Module with libxcb/libX11 extension/replacement libraries
WWW= https://xcb.freedesktop.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake tar:bzip2 xorg xorg-cat:lib
USE_XORG= xau xcb xdmcp
INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} -e \
's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|' \
${WRKSRC}/configure
.include <bsd.port.mk>
|