summaryrefslogtreecommitdiffstats
path: root/graphics/cogl/Makefile
blob: d516e23203cf0af40ada57148634d31b95e16264 (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
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
#  $MCom: ports-experimental/trunk/graphics/cogl/Makefile 19235 2014-03-23 07:26:21Z kwm $

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

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

LICENSE=    LGPL21
LICENSE_FILE=   ${WRKSRC}/COPYING

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

USES=       gettext gmake libtool pathfix pkgconfig tar:xz
GNU_CONFIGURE=  yes
USE_GNOME=  gdkpixbuf2 gnomeprefix atk pango introspection:build
USE_GL=     gl
USE_XORG=   x11 xfixes xdamage xcomposite xi xrandr
USE_LDCONFIG=   yes
CONFIGURE_ARGS= --with-x
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip

PLIST_SUB=  LIBVER=20 LIBVERSION=20.2.0

.include <bsd.port.mk>