summaryrefslogtreecommitdiff
path: root/multimedia/vdr-plugins/Makefile
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2012-05-11 17:55:44 +0000
committerJuergen Lock <nox@FreeBSD.org>2012-05-11 17:55:44 +0000
commit457c1da57df96c8375a0e742f5b6f89857012312 (patch)
tree9a655d7a377271ba565343412023af56d7b5780b /multimedia/vdr-plugins/Makefile
parentA software and GPU emulated HD output device plugin for VDR. (diff)
- Add softhddevice plugin.
- Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=296443
Diffstat (limited to 'multimedia/vdr-plugins/Makefile')
-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 3711e0b22bfb..1c260c0bcf9c 100644
--- a/multimedia/vdr-plugins/Makefile
+++ b/multimedia/vdr-plugins/Makefile
@@ -7,6 +7,7 @@
PORTNAME= vdr-plugins
PORTVERSION= 1.7.27
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= # none
DISTFILES= # none
@@ -37,6 +38,7 @@ OPTIONS= CONTROL "telnet control" 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 \
+ SOFTHDDEVICE "softhddevice plugin" On \
VNSISERVER "VNSI server (for XBMC PVR branch - old)" Off \
SOFTDEVICE "softdevice (broken?)" Off \
MARKAD "MarkAd plugin" Off
@@ -112,6 +114,9 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-markad.so.${PORTVERSION}:${PORTSDIR}/m
.if defined(WITH_VDRMANAGER)
RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-vdrmanager.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-vdrmanager
.endif
+.if defined(WITH_SOFTHDDEVICE)
+RUN_DEPENDS+= ${LOCALBASE}/lib/vdr/libvdr-softhddevice.so.${PORTVERSION}:${PORTSDIR}/multimedia/vdr-plugin-softhddevice
+.endif
do-install: # empty