aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vdr-plugins
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2011-08-05 21:12:56 +0000
committerJuergen Lock <nox@FreeBSD.org>2011-08-05 21:12:56 +0000
commit8c286e4bc118fe07aa01e45bafb8ce22023cc470 (patch)
treed5475a74c4ec50706ef1439b6a7101ae595ba76c /multimedia/vdr-plugins
parent323cba602fa200ff77ce2a1477099b3dda19c57f (diff)
downloadports-8c286e4bc118fe07aa01e45bafb8ce22023cc470.tar.gz
ports-8c286e4bc118fe07aa01e45bafb8ce22023cc470.zip
- Add sleeptimer plugin.
- Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=278978
Diffstat (limited to 'multimedia/vdr-plugins')
-rw-r--r--multimedia/vdr-plugins/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/multimedia/vdr-plugins/Makefile b/multimedia/vdr-plugins/Makefile
index 3b272bef8875..9e8dd020a0a0 100644
--- a/multimedia/vdr-plugins/Makefile
+++ b/multimedia/vdr-plugins/Makefile
@@ -7,6 +7,7 @@
PORTNAME= vdr-plugins
PORTVERSION= 1.7.19
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= # none
DISTFILES= # none
@@ -33,6 +34,7 @@ OPTIONS= CONTROL "telnet control" On \
XINELIBOUTPUT "xineliboutput plugin/viewer" On \
LIVE "live web plugin" On \
UPNP "UPnP/DLNA plugin (alpha!)" On \
+ SLEEPTIMER "sleep timer plugin" On \
VNSISERVER "VNSI server (for xbmc pvr branch - untested)" Off \
SOFTDEVICE "softdevice (broken?)" Off \
MARKAD "MarkAd plugin" Off
@@ -87,6 +89,9 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-live.so.${PORTVERSION}:${PORTSDIR}/www
.if defined(WITH_UPNP)
RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-upnp.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-upnp
.endif
+.if defined(WITH_SLEEPTIMER)
+RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-sleeptimer.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-sleeptimer
+.endif
.if defined(WITH_SOFTDEVICE)
RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-softdevice.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-softdevice
.endif