freebsd-ports/multimedia/clutter-gst/Makefile
Koop Mast aa348e2de4 Stagify.
Cleanups and unbreak.
2014-05-30 16:54:50 +00:00

34 lines
891 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/multimedia/clutter-gst/Makefile,v 1.6 2010/06/29 21:14:02 kwm Exp $
PORTNAME= clutter-gst
PORTVERSION= 1.3.4
PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= http://source.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Clutter GStreamer integration
LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter
USES= gmake libtool pathfix pkgconfig tar:bzip2
GNU_CONFIGURE= yes
USE_GNOME= gnomeprefix
USE_GSTREAMER= yes
USE_GL= gl
USE_XORG= xp x11
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-silent-rules
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \
${WRKSRC}/clutter-gst/Makefile.in
.include <bsd.port.mk>