Update multimedia/mkvtoolnix to version 7.2.0
[dports.git] / multimedia / clutter-gst / Makefile
1 # Created by: Martin Wilke <miwi@FreeBSD.org>
2 # $FreeBSD$
3 #   $MCom: ports/multimedia/clutter-gst/Makefile,v 1.6 2010/06/29 21:14:02 kwm Exp $
4
5 PORTNAME=       clutter-gst
6 PORTVERSION=    1.3.4
7 PORTREVISION=   3
8 CATEGORIES=     multimedia
9 MASTER_SITES=   http://source.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/
10
11 MAINTAINER=     gnome@FreeBSD.org
12 COMMENT=        Clutter GStreamer integration
13
14 LIB_DEPENDS=    libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter
15
16 USES=           gmake libtool pathfix pkgconfig tar:bzip2
17 GNU_CONFIGURE=  yes
18 USE_GNOME=      gnomeprefix
19 USE_GSTREAMER=  yes
20 USE_GL=         gl
21 USE_XORG=       xp x11
22 USE_LDCONFIG=   yes
23 CONFIGURE_ARGS= --disable-silent-rules
24
25 CPPFLAGS+=      -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
26 LDFLAGS+=       -L${LOCALBASE}/lib ${PTHREAD_LIBS}
27 INSTALL_TARGET= install-strip
28
29 post-patch:
30         @${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \
31                 ${WRKSRC}/clutter-gst/Makefile.in
32
33 .include <bsd.port.mk>