2014-11-19 12:49:04 +01:00
|
|
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cogl
|
2017-06-09 11:28:08 +02:00
|
|
|
PORTVERSION= 1.22.2
|
2014-11-19 12:49:04 +01:00
|
|
|
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]*
|
|
|
|
|
2017-06-09 11:28:08 +02:00
|
|
|
USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz
|
2014-11-19 12:49:04 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2017-06-09 11:28:08 +02:00
|
|
|
USE_GNOME= cairo gdkpixbuf2 pango introspection:build
|
|
|
|
USE_GL= egl
|
|
|
|
USE_XORG= x11 xcomposite xext xdamage xfixes xrandr
|
2014-11-19 12:49:04 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
CONFIGURE_ARGS= --with-x \
|
|
|
|
--enable-xlib-egl-platform=yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
|
2017-06-09 11:28:08 +02:00
|
|
|
PLIST_SUB= LIBVER=20 LIBVERSION=20.4.2
|
2014-11-19 12:49:04 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|