2ea1227c6f
* Encrypted (obfuscated) handshake and connection support. * Added support for tunneling through HTTP 1.0 proxies. * Support for the CANCEL piece request message. * Allow the user to configure the max file size a torrent is allowed to create, and the option to split large files. Take maintainer, as Henrik doesn't have the time any longer.
31 lines
684 B
Makefile
31 lines
684 B
Makefile
# $OpenBSD: Makefile,v 1.11 2006/12/21 19:13:07 naddy Exp $
|
|
|
|
COMMENT= "BitTorrent library written in C++"
|
|
|
|
DISTNAME= libtorrent-0.11.0
|
|
SHARED_LIBS += torrent 11.0 # .10.0
|
|
CATEGORIES= net devel
|
|
|
|
HOMEPAGE= http://libtorrent.rakshasa.no/
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}downloads/
|
|
|
|
LIB_DEPENDS= sigc-2.0:libsigc++-2.*:devel/libsigc++-2
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
|
--with-openssl=/usr \
|
|
--with-kqueue \
|
|
--disable-debug
|
|
|
|
.include <bsd.port.mk>
|