1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/x11/xcb-util/Makefile
Renato Botelho feab095ed3 x11/xcb-util: Update to 0.4.1
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2023-06-20 09:57:13 -03:00

24 lines
528 B
Makefile

PORTNAME= xcb-util
PORTVERSION= 0.4.1
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:xz 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>