# $Id: Portfile 78512 2011-05-10 12:57:07Z ryandesign@macports.org $ PortSystem 1.0 name transmission-x11 version 2.22 revision 2 categories net x11 maintainers gmail.com:tael67 openmaintainer description Lightweight BitTorrent client long_description Transmission is a free, lightweight BitTorrent client. \ It features a simple, intuitive interface on top of an \ efficient, cross-platform back-end. Transmission is open \ source (MIT license) and runs on Mac OS X (Cocoa interface), \ Linux/NetBSD/FreeBSD/OpenBSD (GTK+ interface) and BeOS \ (native interface). This is the GTK+ version. license GPL2 MIT homepage http://www.transmissionbt.com/ distname transmission-${version} dist_subdir transmission master_sites http://download.m0k.org/transmission/files/ checksums sha1 ddd515bdcc201193b45f58b705f6e8fde9fcb5d1 \ rmd160 e87b560f81fc8bc422dc7071a4b27bdcf2b2d6ac use_bzip2 yes platforms darwin freebsd depends_lib port:openssl \ port:curl depends_build port:gsed \ port:intltool configure.args --enable-daemon \ --enable-cli \ --disable-wx \ --disable-mac \ --disable-gtk \ --disable-libnotify variant gtk description {Build Gtk front-end} { depends_lib-append port:gtk2 \ port:dbus-glib configure.args-delete --disable-gtk configure.args-append --enable-gtk } livecheck.type regex livecheck.url ${master_sites} livecheck.regex "transmission-(\\d+(?:\\.\\d+)*)${extract.suffix}"