19 lines
356 B
Makefile
19 lines
356 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnome-video-effects
|
|
PORTVERSION= 0.5.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Collection of Gstreamer effects
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gettext meson tar:xz
|
|
USE_GSTREAMER1= good bad
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|