aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xcb-util/Makefile
blob: 0c4440a4bb6e862b35f406083253ca1144f9c277 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Nikos Ntarmos <ntarmos@ceid.upatras.gr>
# $FreeBSD$

PORTNAME=   xcb-util
PORTVERSION=    0.3.9
PORTREVISION=   3
PORTEPOCH=  1
CATEGORIES= x11
MASTER_SITES=   http://xcb.freedesktop.org/dist/

MAINTAINER= garga@FreeBSD.org
COMMENT=    Module with libxcb/libX11 extension/replacement libraries

XORG_CAT=   lib
USES=       gmake tar:bzip2
USE_XORG=   xau xcb xdmcp

post-patch:
    @${REINPLACE_CMD} -e \
        's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|' \
        ${WRKSRC}/configure

.include <bsd.port.mk>