Tweak multimedia/mlt version 6.4.1_2
[dports.git] / multimedia / clutter-gst / Makefile
1 # Created by: Martin Wilke <miwi@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       clutter-gst
5 PORTVERSION=    2.0.16
6 CATEGORIES=     multimedia
7 MASTER_SITES=   GNOME
8
9 MAINTAINER=     gnome@FreeBSD.org
10 COMMENT=        Clutter GStreamer integration
11
12 LIB_DEPENDS=    libclutter-1.0.so:graphics/clutter
13
14 PORTSCOUT=      ignore:1
15
16 USES=           gmake libtool pathfix pkgconfig tar:xz
17 USE_GNOME=      introspection gnomeprefix
18 GNU_CONFIGURE=  yes
19 USE_GL=         gl
20 USE_GSTREAMER1= yes
21 USE_XORG=       xp x11
22 USE_LDCONFIG=   yes
23 MAKE_ENV=       XDG_CACHE_HOME=${WRKDIR}
24
25 CPPFLAGS+=      -I${LOCALBASE}/include
26 LDFLAGS+=       -lpthread -L${LOCALBASE}/lib
27 INSTALL_TARGET= install-strip
28
29 .include <bsd.port.mk>