aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornox <nox@FreeBSD.org>2012-03-25 01:00:49 +0800
committernox <nox@FreeBSD.org>2012-03-25 01:00:49 +0800
commitbac034e3a8fc76a7ecb7ae713942be422cf5ca40 (patch)
treea486fb6fc75d79e540d3d9234e54981e8b4275a7
parent0db56a074a3eef547844f36f32eb8e97aa73c498 (diff)
downloadfreebsd-ports-gnome-bac034e3a8fc76a7ecb7ae713942be422cf5ca40.tar.gz
freebsd-ports-gnome-bac034e3a8fc76a7ecb7ae713942be422cf5ca40.tar.zst
freebsd-ports-gnome-bac034e3a8fc76a7ecb7ae713942be422cf5ca40.zip
- Add vdr-plugin-vdrmanager.
- Bump PORTREVISION. Feature safe: yes
-rw-r--r--multimedia/vdr-plugins/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/vdr-plugins/Makefile b/multimedia/vdr-plugins/Makefile
index 957d72221043..52af66308ec9 100644
--- a/multimedia/vdr-plugins/Makefile
+++ b/multimedia/vdr-plugins/Makefile
@@ -7,7 +7,7 @@
PORTNAME= vdr-plugins
PORTVERSION= 1.7.22
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= # none
DISTFILES= # none
@@ -37,6 +37,7 @@ OPTIONS= CONTROL "telnet control" On \
SLEEPTIMER "sleep timer plugin" On \
XVDR "XVDR plugin (for connecting XBMC PVR)" On \
EEPG "extended EPG plugin (for UK/NL/etc.)" On \
+ VDRMANAGER "plugin for VDR-Manager Android clients" On \
VNSISERVER "VNSI server (for XBMC PVR branch - old)" Off \
SOFTDEVICE "softdevice (broken?)" Off \
MARKAD "MarkAd plugin" Off
@@ -109,6 +110,9 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-vnsiserver.so.${PORTVERSION}:${PORTSDI
.if defined(WITH_MARKAD)
RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-markad.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-markad
.endif
+.if defined(WITH_VDRMANAGER)
+RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-vdrmanager.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-vdrmanager
+.endif
do-install: # empty