freebsd-ports/multimedia/clutter-gst3/Makefile
Koop Mast d129587b5d The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/

Upgrade instructions for port users:

Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:		201980
2015-08-05 19:13:24 +00:00

33 lines
868 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= clutter-gst
PORTVERSION= 3.0.8
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= GNOME
PKGNAMESUFFIX= 3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Clutter GStreamer integration
LIB_DEPENDS= libclutter-1.0.so:${PORTSDIR}/graphics/clutter
USES= gmake 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>