mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
27 lines
514 B
Makefile
27 lines
514 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xcb-util-wm
|
|
PORTVERSION= 0.3.9
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://xcb.freedesktop.org/dist/
|
|
|
|
MAINTAINER= garga@FreeBSD.org
|
|
COMMENT= Framework for window manager implementation
|
|
|
|
LIB_DEPENDS= libxcb-util.so:${PORTSDIR}/x11/xcb-util
|
|
|
|
USE_BZIP2= yes
|
|
USES= gmake pkgconfig
|
|
USE_LDCONFIG= yes
|
|
USE_XORG= xcb xorg-macros
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
NO_STAGE= yes
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|