mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
feab095ed3
Sponsored by: Rubicon Communications, LLC ("Netgate")
24 lines
528 B
Makefile
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>
|