b93a80c992
The offical GNOME 3.18 release notes can be found at https://help.gnome.org/misc/release-notes/3.18/ This update doesn't contain the glib/gtk c++ bindings which will be done in a another update due to the requirement on c++11 and the amount of fallout this probably will give. GDM is still at version 3.16 due to some issues. Bump mate-themes to use the gtk 3.18 version of the themes. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 207006
31 lines
736 B
Makefile
31 lines
736 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cogl
|
|
PORTVERSION= 1.22.0
|
|
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 gnome libtool pathfix pkgconfig tar:xz
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gdkpixbuf2 gnomeprefix atk pango introspection:build
|
|
USE_GL= gl egl
|
|
USE_XORG= x11 xfixes xdamage xcomposite xi xrandr
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ARGS= --with-x \
|
|
--enable-xlib-egl-platform=yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
INSTALL_TARGET= install-strip
|
|
|
|
PLIST_SUB= LIBVER=20 LIBVERSION=20.4.1
|
|
|
|
.include <bsd.port.mk>
|