freebsd-ports/x11/xcb-util-renderutil/Makefile
Renato Botelho 32cc20c23d x11/xcb-util-renderutil: Update to 0.3.10
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2023-06-20 09:57:14 -03:00

24 lines
548 B
Makefile

PORTNAME= xcb-util-renderutil
PORTVERSION= 0.3.10
CATEGORIES= x11
MASTER_SITES= http://xcb.freedesktop.org/dist/
MAINTAINER= garga@FreeBSD.org
COMMENT= Convenience functions for the Render extension
WWW= https://xcb.freedesktop.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libxcb-util.so:x11/xcb-util
USES= gmake tar:xz xorg xorg-cat:lib
USE_XORG= xcb
INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} -e \
's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|' \
${WRKSRC}/configure
.include <bsd.port.mk>