aboutsummaryrefslogtreecommitdiff
path: root/graphics/gnome-video-effects/Makefile
blob: 5ef74226bbd852b3d2a47acd844d2830c77c40dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	gnome-video-effects
PORTVERSION=	0.5.0
CATEGORIES=	graphics
MASTER_SITES=	GNOME

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	Collection of Gstreamer effects
WWW=		https://wiki.gnome.org/Projects/GnomeVideoEffects

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		gettext gstreamer meson tar:xz
USE_GSTREAMER=	good bad
NO_ARCH=	yes

.include <bsd.port.mk>