0edb4953a4
* 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
19 lines
361 B
Makefile
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>
|