Index: head/x11/xcb-util-wm/Makefile =================================================================== --- head/x11/xcb-util-wm/Makefile (revision 519279) +++ head/x11/xcb-util-wm/Makefile (revision 519280) @@ -1,24 +1,25 @@ # $FreeBSD$ PORTNAME= xcb-util-wm PORTVERSION= 0.4.1 PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://xcb.freedesktop.org/dist/ MAINTAINER= garga@FreeBSD.org COMMENT= Framework for window manager implementation LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libxcb-util.so:x11/xcb-util USES= gmake xorg xorg-cat:lib USE_XORG= xcb post-patch: @${REINPLACE_CMD} -e \ 's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|' \ ${WRKSRC}/configure .include Index: head/x11/xcb-util-wm/pkg-descr =================================================================== --- head/x11/xcb-util-wm/pkg-descr (revision 519279) +++ head/x11/xcb-util-wm/pkg-descr (revision 519280) @@ -1,11 +1,11 @@ The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable. Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib. WM module is a Framework for window manager implementation. It brings both client and window-manager helpers for ICCCM and EWMH. -WWW: http://xcb.freedesktop.org/ +WWW: https://xcb.freedesktop.org/