1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/graphics/clutter/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

37 lines
908 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= clutter
PORTVERSION= 1.24.2
CATEGORIES= graphics
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= OpenGL based interactive canvas library
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \
libcogl.so:graphics/cogl
PORTSCOUT= limit:1,even
USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz
USE_GNOME= gtk30 introspection:build
USE_GL= gl egl
USE_XORG= glproto x11 xfixes xdamage xcomposite xi
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --with-x --enable-conformance=no \
--disable-evdev-input \
--enable-egl-backend=yes \
--enable-x11-backend=yes \
--enable-gdk-backend=no \
--enable-wayland-compositor=no
CPPFLAGS+= -I${LOCALBASE}/include -fno-omit-frame-pointer
LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
.include <bsd.port.mk>