Ticket #32314: Portfile

File Portfile, 1.1 KB (added by rudloff@…, 12 years ago)
Line 
1# $Id: Portfile 78512 2011-05-10 12:57:07Z ryandesign@macports.org $
2
3PortSystem      1.0
4
5name            remmina-plugins
6version         0.9.2
7categories      net gtk
8maintainers     strasweb.fr:rudloff openmaintainer
9description     Protocol plugins for Remmina
10long_description        Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. Remmina supports multiple network protocols in an integrated and consistant user interface. Currently RDP, VNC, NX, XDMCP and SSH are supported.
11license         GPL
12homepage        http://remmina.sourceforge.net/
13master_sites    sourceforge:remmina
14checksums       sha256     f2df73a3a8f678f8c186755572072a744302b03b949a328ae1522f8bbb6da762
15platforms       darwin
16
17depends_lib     port:remmina \
18                        port:zlib \
19                        port:jpeg \
20                        port:gnutls \
21                        port:telepathy-glib \
22                        port:libssh01
23