freebsd-ports/graphics/gnome-video-effects/Makefile
Koop Mast 0edb4953a4 Update gnome-video-effects to 0.4.3.
* This ports describes gstreamer pipelines, make sure we depend on the
  GStreamer ports that supply the plugin used in these pipelines.
* Drop old GNOME repo $ID
* Assign this port to the gnome@ pool
* Don't depend on bsd.port.mk to add USES=gnome
* Add NO_ARCH, no arch dependend files
2017-06-23 09:25:04 +00:00

19 lines
361 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= gnome-video-effects
PORTVERSION= 0.4.3
CATEGORIES= graphics
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Collection of Gstreamer effects
USE_GNOME= intltool
USES= gettext gmake gnome pathfix tar:xz
GNU_CONFIGURE= yes
USE_GSTREAMER1= good bad
NO_ARCH= yes
.include <bsd.port.mk>