# $Id: Portfile,v 1.6 2006/06/02 17:04:21 mww Exp $

PortSystem 1.0

name			rtorrent
version			0.5.3
categories		net
platforms		darwin
maintainers		mww@opendarwin.org
description		console-based BitTorrent client
long_description	rTorrent is a console-based BitTorrent client. It aims to \
				be a fully-featured and efficient client with the ability to \
				run in the background using screen. It supports fast-resume \
				and session management.

homepage		http://libtorrent.rakshasa.no/
master_sites	http://libtorrent.rakshasa.no/downloads/
checksums		sha1 8f1fbebd45cc280f9c368f521d9073f739f8ddec

depends_lib		port:libtorrent port:libsigcxx2 \
				port:curl port:openssl port:gcc34 port:zlib

configure.args	--mandir=${prefix}/share/man
configure.env	CC=${prefix}/bin/gcc-dp-3.4 CXX=${prefix}/bin/g++-dp-3.4

