summaryrefslogtreecommitdiff
path: root/multimedia/vdr-plugins/Makefile
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2011-04-30 19:16:26 +0000
committerJuergen Lock <nox@FreeBSD.org>2011-04-30 19:16:26 +0000
commit1c059b746c4bbd9ca5d54d1b4e9d127e550065a7 (patch)
tree3b1b91dfb7ecda02f52559a88c5d97e97e9a3b81 /multimedia/vdr-plugins/Makefile
parenthttp://www.vdr-wiki.de/wiki/index.php/Wirbelscan-plugin (diff)
Add reelchannelscan and wirbelscan plugins.
Notes
Notes: svn path=/head/; revision=273380
Diffstat (limited to 'multimedia/vdr-plugins/Makefile')
-rw-r--r--multimedia/vdr-plugins/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/multimedia/vdr-plugins/Makefile b/multimedia/vdr-plugins/Makefile
index 62707519024b..78afaab718d0 100644
--- a/multimedia/vdr-plugins/Makefile
+++ b/multimedia/vdr-plugins/Makefile
@@ -7,6 +7,7 @@
PORTNAME= vdr-plugins
PORTVERSION= 1.7.18
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= # none
DISTFILES= # none
@@ -24,9 +25,11 @@ OPTIONS= CONTROL "telnet control" On \
IPTV "IP television" On \
OSDPIP "picture-in-picture" On \
OSDTELETEXT "OSD teletext" On \
+ REELSCAN "Reel channelscan" On \
REMOTE "non-lirc remote control (experimental)" On \
SKINENIGMANG "Enigma-NG skin" On \
STREAMDEV "stream device (server and client)" On \
+ WIRBELSCAN "Wirbelscan" On \
XINELIBOUTPUT "xineliboutput plugin/viewer" On \
LIVE "live web plugin" On \
UPNP "UPnP/DLNA plugin (alpha!)" On \
@@ -57,6 +60,9 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-osdpip.so.${PORTVERSION}:${PORTSDIR}/m
.if defined(WITH_OSDTELETEXT)
RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-osdteletext.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-osdteletext
.endif
+.if defined(WITH_REELSCAN)
+RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-reelchannelscan.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-reelchannelscan
+.endif
.if defined(WITH_REMOTE)
RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-remote.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-remote
.endif
@@ -66,6 +72,9 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-skinenigmang.so.${PORTVERSION}:${PORTS
.if defined(WITH_STREAMDEV)
RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-streamdev-server.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-streamdev
.endif
+.if defined(WITH_WIRBELSCAN)
+RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-wirbelscan.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-wirbelscan
+.endif
.if defined(WITH_XINELIBOUTPUT)
RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-xineliboutput.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-xineliboutput
.endif