# $Id: Portfile 37903 2008-06-28 10:40:38Z jmr@macports.org $ PortSystem 1.0 PortGroup python25 1.0 name deluge version 0.5.9.1 categories net gnome python maintainers nomaintainer description A GNOME BitTorrent client. long_description \ Deluge is a GNOME client for the BitTorrent network written in python. homepage http://www.deluge-torrent.org platforms darwin master_sites http://download.deluge-torrent.org/source/${version}/ checksums md5 f0545334af0011747d565d6a778a8b23 \ sha1 1144d07fc808669aa74af00b1f7808db73c8d96d \ rmd160 d765706b5432514bbf0057e2b0fbc481160d5c1c worksrcdir ${name}-torrent-${version} depends_lib-append \ port:dbus-python25 \ port:gettext \ port:librsvg \ port:py25-gtk \ port:py25-hashlib \ port:py25-xdg \ port:py25-zlib \ port:boost configure.cflags-append -I${prefix}/include/boost configure.cppflags-append -I${prefix}/include/boost build.env \ PYTHON_CFLAGS="-I${prefix}/include -I${prefix}/include/boost" \ PYTHON_LDFLAGS=-L${prefix}/lib \ CFLAGS="-I${prefix}/include -I${prefix}/include/boost"