mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
735dc93730
Sponsored by: Rubicon Communications, LLC ("Netgate")
24 lines
506 B
Makefile
24 lines
506 B
Makefile
PORTNAME= xcb-util-wm
|
|
PORTVERSION= 0.4.2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://xcb.freedesktop.org/dist/
|
|
|
|
MAINTAINER= garga@FreeBSD.org
|
|
COMMENT= Framework for window manager implementation
|
|
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
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|