# $Id: Portfile,v 1.12 2006/06/02 17:03:39 mww Exp $

PortSystem 1.0
name             libtorrent
version          0.9.3
categories       net
maintainers      toby@opendarwin.org
description      BitTorrent library
long_description \
	LibTorrent is a BitTorrent library written in C++ for \
	*nix. It is designed to avoid redundant copying and \
	storing of data that other clients and libraries suffer from.
homepage         http://libtorrent.rakshasa.no/
platforms        darwin
master_sites     ${homepage}downloads/
checksums        sha1 a4e2f80ce631f46100b69451bb4416544374cfd1

depends_build    port:pkgconfig
depends_lib      port:openssl port:libsigcxx2 port:gcc34

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

