1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/multimedia/clutter-gst/Makefile
Niclas Zeising 82f108df30 Add USES=xorg USES=gl, ports categories m
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-06 18:07:22 +00:00

31 lines
605 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= clutter-gst
PORTVERSION= 2.0.18
PORTREVISION= 1
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
MAKE_ENV= XDG_CACHE_HOME=${WRKDIR}
LDFLAGS+= -lpthread
INSTALL_TARGET= install-strip
.include <bsd.port.mk>