diff options
author | nox <nox@FreeBSD.org> | 2011-08-06 05:12:56 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2011-08-06 05:12:56 +0800 |
commit | da2c22dc7f1bb544137d3c34e63a5c5ef1156d21 (patch) | |
tree | e58cc9462bb1edafd81387e206a06e3d9946d329 /multimedia/vdr-plugins | |
parent | fd19662c12ac636b273ec3e19821d6eb8b3d9696 (diff) | |
download | freebsd-ports-gnome-da2c22dc7f1bb544137d3c34e63a5c5ef1156d21.tar.gz freebsd-ports-gnome-da2c22dc7f1bb544137d3c34e63a5c5ef1156d21.tar.zst freebsd-ports-gnome-da2c22dc7f1bb544137d3c34e63a5c5ef1156d21.zip |
- Add sleeptimer plugin.
- Bump PORTREVISION.
Diffstat (limited to 'multimedia/vdr-plugins')
-rw-r--r-- | multimedia/vdr-plugins/Makefile | 5 |
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 |