summaryrefslogblamecommitdiffstats
path: root/graphics/cogl/Makefile
blob: 13f77f695a6325b02c5b54d465a287e3307a52f9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                             
           
                                                                                

                    
                      



                                 
                                                  



                                 

                                  
                   
                                               

                       
                                                                              



                                                        

                                                        

                      
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
#  $MCom: ports/trunk/graphics/cogl/Makefile 18610 2013-06-30 16:33:05Z marcus $

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

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

NO_STAGE=   yes
USES=       gettext gmake pathfix pkgconfig
USE_XZ=     yes
USE_AUTOTOOLS=  libtool
USE_GNOME=  gdkpixbuf2 ltverhack gnomeprefix atk pango introspection:build
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>