summaryrefslogtreecommitdiffstats
path: root/graphics/cogl/Makefile
blob: b40dfe283cbc6d8c50b4aa4f07ffa93d7fbc79b3 (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
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
#  $MCom: ports/trunk/graphics/cogl/Makefile 17271 2013-04-01 15:16:27Z kwm $

PORTNAME=   cogl
PORTVERSION=    1.12.2
CATEGORIES= graphics
MASTER_SITES=   GNOME

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Clutter OpenGL abstraction library

LICENSE=    LGPL21
LICENSE_FILE=   ${WRKSRC}/COPYING

BUILD_DEPENDS=  g-ir-scanner:${PORTSDIR}/devel/gobject-introspection

CONFLICTS=  clutter-1.6.[0-9]*

USES=       pkgconfig gettext pathfix
USE_GMAKE=  yes
USE_XZ=     yes
USE_AUTOTOOLS=  libtool
USE_GNOME=  gdkpixbuf2 ltverhack gnomeprefix atk pango
USE_GL=     gl
USE_XORG=   glproto x11 xfixes xdamage xcomposite xi
USE_LDCONFIG=   yes
CONFIGURE_ARGS= --with-x
CPPFLAGS+=  -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+=   -L${LOCALBASE}/lib ${PTHREAD_LIBS}

.include <bsd.port.mk>