diff options
Diffstat (limited to 'net/remotebox/Makefile')
-rw-r--r-- | net/remotebox/Makefile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/net/remotebox/Makefile b/net/remotebox/Makefile index 96b4c6d45473..86498ac417c7 100644 --- a/net/remotebox/Makefile +++ b/net/remotebox/Makefile @@ -3,7 +3,7 @@ PORTNAME= remotebox DISTVERSION= 2.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://remotebox.knobgoblin.org.uk/downloads/ DISTNAME= RemoteBox-${DISTVERSION} @@ -20,19 +20,22 @@ RUN_DEPENDS= p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \ USES= shebangfix tar:bzip2 SHEBANG_FILES= remotebox -NO_BUILD= yes NO_ARCH= yes +NO_BUILD= yes + +DESKTOP_ENTRIES= "RemoteBox" "${COMMENT}" "${PORTNAME}" "${PORTNAME}" \ + "System;" false OPTIONS_DEFINE= DOCS KRDC OPTIONS_DEFAULT= FREERDP TIGERVNC OPTIONS_MULTI= VIEWER OPTIONS_MULTI_VIEWER= FREERDP RDESKTOP TIGERVNC VINAGRE -FREERDP_DESC= RDP client (fork of rdesktop with more features) -KRDC_DESC= RDP/VNC client for KDE5 -RDESKTOP_DESC= RDP client (less features than freerdp) -TIGERVNC_DESC= VNC client (desktop neutral) -VINAGRE_DESC= VNC client for GNOME +FREERDP_DESC= RDP client (fork of rdesktop with more features) +KRDC_DESC= RDP/VNC client for KDE5 +RDESKTOP_DESC= RDP client (less features than FreeRDP) +TIGERVNC_DESC= VNC client (desktop neutral) +VINAGRE_DESC= VNC client for GNOME FREERDP_RUN_DEPENDS= xfreerdp:net/freerdp KRDC_RUN_DEPENDS= krdc:net/krdc @@ -63,8 +66,6 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/share/remotebox/icons/remotebox.png \ ${STAGEDIR}${PREFIX}/share/pixmaps @${MKDIR} ${STAGEDIR}${PREFIX}/share/applications - ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.desktop \ - ${STAGEDIR}${PREFIX}/share/applications post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} |