143337722b
* ignore because there will not be any new releases. * check specific versions or ignore devel versions.
30 lines
755 B
Makefile
30 lines
755 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports-experimental/trunk/multimedia/clutter-gst/Makefile 19553 2014-04-20 07:23:27Z gusi $
|
|
|
|
PORTNAME= clutter-gst
|
|
PORTVERSION= 2.0.12
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Clutter GStreamer integration
|
|
|
|
LIB_DEPENDS= libclutter-1.0.so:${PORTSDIR}/graphics/clutter
|
|
|
|
PORTSCOUT= ignore:1
|
|
|
|
USES= gmake libtool pathfix pkgconfig tar:xz
|
|
USE_GNOME= introspection gnomeprefix
|
|
GNU_CONFIGURE= yes
|
|
USE_GL= gl
|
|
USE_GSTREAMER1= yes
|
|
USE_XORG= xp x11
|
|
USE_LDCONFIG= yes
|
|
MAKE_ENV= XDG_CACHE_HOME=${WRKDIR}
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
|
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|