aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordhn <dhn@FreeBSD.org>2009-05-09 05:43:21 +0800
committerdhn <dhn@FreeBSD.org>2009-05-09 05:43:21 +0800
commit3e80b2cec3cd5a77d6393b8c59df7ebe7e06f981 (patch)
treef5a1a2a0508305e1cff9db8362872dcd0ec48ce1
parent8ccb6f1b3646b9dc5d69f4bd00061cf94d49f009 (diff)
downloadfreebsd-ports-gnome-3e80b2cec3cd5a77d6393b8c59df7ebe7e06f981.tar.gz
freebsd-ports-gnome-3e80b2cec3cd5a77d6393b8c59df7ebe7e06f981.tar.zst
freebsd-ports-gnome-3e80b2cec3cd5a77d6393b8c59df7ebe7e06f981.zip
- Add Frei0r plugin support
- Bump PORTREVISION PR: ports/134340 Submitted by: Alberto Villa <villa.alberto@gmail.com> (maintainer) Approved by: miwi (mentor implicit)
-rw-r--r--multimedia/kdenlive/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/multimedia/kdenlive/Makefile b/multimedia/kdenlive/Makefile
index 190910316d50..5e59e38030b3 100644
--- a/multimedia/kdenlive/Makefile
+++ b/multimedia/kdenlive/Makefile
@@ -6,6 +6,7 @@
PORTNAME= kdenlive
PORTVERSION= 0.7.3
+PORTREVISION= 1
CATEGORIES= multimedia kde
MASTER_SITES= SFE
@@ -29,11 +30,16 @@ PORTDOCS= AUTHORS COPYING INSTALL README
MAN1= kdenlive.1 kdenlive_render.1
-OPTIONS= LADSPA "Install LADSPA plugins" on \
+OPTIONS= FREI0R "Install Frei0r plugins" on \
+ LADSPA "Install LADSPA plugins" on \
SCREENGRAB "Screen capture with recordMyDesktop" on
.include <bsd.port.pre.mk>
+.ifdef(WITH_FREI0R)
+RUN_DEPENDS+= frei0r>=1.1.22:${PORTSDIR}/graphics/frei0r
+.endif
+
.ifdef(WITH_LADSPA)
RUN_DEPENDS+= swhplugins>=0:${PORTSDIR}/audio/swhplugins
.endif