blob: 192d511883591907c2df49a883d093efc51c2113 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/trunk/graphics/gnome-video-effects/Makefile 18393 2013-04-26 21:23:07Z kwm $
PORTNAME= gnome-video-effects
PORTVERSION= 0.3.0
CATEGORIES= graphics
MASTER_SITES= GNOME
MAINTAINER= kwm@FreeBSD.org
COMMENT= A collection of Gstreamer effects
USE_BZIP2= yes
USE_GNOME= intlhack
USES= gettext gmake pathfix
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|