aboutsummaryrefslogtreecommitdiffstats
path: root/x11/libxcb/Makefile
blob: 18bb2d7af2765b97442b21d91b4f6efca3d87e99 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# New ports collection makefile for:    libxcb
# Date Created:             2006-08-23
# Whom:                 Ashish Shukla <wahjava@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   libxcb
PORTVERSION=    1.2
CATEGORIES= x11 python
#MASTER_SITES=  XORG/current/src/extras
MASTER_SITES=   http://xcb.freedesktop.org/dist/

MAINTAINER= wahjava@gmail.com
COMMENT=    The X protocol C-language Binding (XCB) library

BUILD_DEPENDS=  ${LOCALBASE}/lib/libcheck.a:${PORTSDIR}/devel/libcheck \
        xsltproc:${PORTSDIR}/textproc/libxslt \
        ${LOCALBASE}/libdata/pkgconfig/xcb-proto.pc:${PORTSDIR}/x11/xcb-proto \
        ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs
RUN_DEPENDS=    ${LOCALBASE}/libdata/pkgconfig/xcb-proto.pc:${PORTSDIR}/x11/xcb-proto \
        ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs

CONFIGURE_ARGS+=    --disable-build-docs --without-doxygen

USE_BZIP2=  yes
USE_GNOME=  gnomehack
USE_GMAKE=  yes
USE_LDCONFIG=   yes
USE_XORG=   xau xdmcp
USE_PYTHON= 2.5+

GNU_CONFIGURE=  yes
CONFIGURE_ARGS+=    --with-check=${LOCALBASE}
.for f in XPROTO_CFLAGS XPROTO_LIBS XDMCP_CFLAGS XDMCP_LIBS NEEDED_CFLAGS NEEDED_LIBS
CONFIGURE_ARGS+=${f}="${${f}}"
.endfor
CONFIGURE_ENV=  LIBS="`pkg-config --libs pthread-stubs`"

NEEDED_CFLAGS=  -I${LOCALBASE}/include
NEEDED_LIBS=    -L${LOCALBASE}/lib -lXau ${PTHREAD_STUBS_LIBS}

XDMCP_CFLAGS=   -I${LOCALBASE}/include
XDMCP_LIBS= -L${LOCALBASE}/lib -lXdmcp

XPROTO_CFLAGS=  -I${LOCALBASE}/include
XPROTO_LIBS=    -L${LOCALBASE}/lib

post-install:
    @${ECHO_MSG} ''
    @${CAT} ${PKGMESSAGE}
    @${ECHO_MSG} ''

.include <bsd.port.mk>