freebsd-ports/multimedia/clutter-gst/Makefile
Tobias Kortkamp babf6cdc01
*: Remove useless XDG_CACHE_HOME from MAKE_ENV or CONFIGURE_ENV
The framework exports it now and overrides the earlier XDG_CACHE_HOME.
2021-10-06 14:01:52 +02:00

28 lines
558 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
PORTNAME= clutter-gst
PORTVERSION= 2.0.18
PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Clutter GStreamer integration
LIB_DEPENDS= libclutter-1.0.so:graphics/clutter
PORTSCOUT= ignore:1
USES= gl gmake gnome libtool localbase pathfix \
pkgconfig tar:xz xorg
USE_GNOME= introspection gnomeprefix
GNU_CONFIGURE= yes
USE_GL= gl
USE_GSTREAMER1= yes
USE_XORG= x11
USE_LDCONFIG= yes
LDFLAGS+= -lpthread
INSTALL_TARGET= install-strip
.include <bsd.port.mk>