freebsd-ports/multimedia/clutter-gst3/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

32 lines
847 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= clutter-gst
PORTVERSION= 3.0.14
CATEGORIES= multimedia
MASTER_SITES= GNOME
PKGNAMESUFFIX= 3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Clutter GStreamer integration
LIB_DEPENDS= libclutter-1.0.so:graphics/clutter
USES= gmake gnome libtool pathfix pkgconfig tar:xz
USE_GNOME= gnomeprefix introspection:build
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
# The clutter-gst gstreamer plugin is not parrallel installable with
# the 2.0 version. Don't install it (see @comment in plist) until
# all users can be ported (upstream task) to the 3.0 version.
.include <bsd.port.mk>