# $Id$ PortSystem 1.0 PortGroup python25 1.0 name deluge version 0.5.5 revision 1 categories-append net gnome 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/index.php?dir=tarball/${version}/&file= checksums md5 76c1f8110aef4131d2bc83a7da957c6a \ sha1 edfa4d6c1da3771bcae1331b8b6d2de4ef4cd5d8 \ rmd160 6dd8fd764240d42fe1961c919f81f56716d10890 depends_lib-append \ port:dbus-python25 \ port:gettext \ port:py25-gtk \ 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" post-extract { reinplace "s|'python',|'python' + py_version,|" ${worksrcpath}/src/common.py }