aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xcb-util/Makefile
blob: 13bafafcfe119e49328721cc84e1c503f931822f (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
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:   xcb-util
# Date created:                October 16, 2007
# Whom:                        Nikos Ntarmos <ntarmos@ceid.upatras.gr>
#
# $FreeBSD$
#

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

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

LIB_DEPENDS=    xcb:${PORTSDIR}/x11/libxcb
BUILD_DEPENDS=  ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf

USE_BZIP2=  yes
USE_GMAKE=  yes
USE_LDCONFIG=   yes
USE_XORG=   xau xdmcp
USE_AUTOTOOLS=  libtool

GNU_CONFIGURE=  yes
CONFIGURE_ENV=  GPERF="${LOCALBASE}/bin/gperf"

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

.include <bsd.port.mk>
at2005-05-284-57/+0 * Add size data.trevor2004-03-181-0/+1