aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/clutter-gst/Makefile
blob: 2ed2ae93576e93ee08deafa5c0af8bb926d01f04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=	clutter-gst
PORTVERSION=	2.0.18
PORTREVISION=	2
CATEGORIES=	multimedia
MASTER_SITES=	GNOME

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	Clutter GStreamer integration
WWW=		https://clutter-project.org/

LIB_DEPENDS=	libclutter-1.0.so:graphics/clutter

PORTSCOUT=	ignore:1

USES=		gl gmake gnome gstreamer libtool localbase pathfix \
		pkgconfig tar:xz xorg
USE_GNOME=	introspection gnomeprefix
GNU_CONFIGURE=	yes
USE_GL=		gl
USE_XORG=	x11
USE_LDCONFIG=	yes

LDFLAGS+=	-lpthread
INSTALL_TARGET=	install-strip

.include <bsd.port.mk>