mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
1f3fcf7ad0
* Review dependancies * Switch to USES=localbase Obtained from: gnome devel repo (based on)
30 lines
672 B
Makefile
30 lines
672 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cogl
|
|
PORTVERSION= 1.22.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 gnome libtool localbase pathfix pkgconfig tar:xz
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= cairo gdkpixbuf2 pango introspection:build
|
|
USE_GL= egl
|
|
USE_XORG= x11 xcomposite xext xdamage xfixes xrandr
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ARGS= --with-x \
|
|
--enable-xlib-egl-platform=yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
PLIST_SUB= LIBVER=20 LIBVERSION=20.4.2
|
|
|
|
.include <bsd.port.mk>
|