openbsd-ports/net/libtorrent/Makefile
naddy 50ed9aa2aa Update to libtorrent 0.10.4 and rtorrent 0.6.4. This is a fairly
critical update as 0.6.3 had a bug that caused it to report lower
than actual uploads, which is bad for people who use trackers with
ratios.

From: maintainer Henrik Enberg
2006-11-14 23:24:00 +00:00

32 lines
719 B
Makefile

# $OpenBSD: Makefile,v 1.9 2006/11/14 23:24:00 naddy Exp $
COMMENT= "BitTorrent Library written in C++"
DISTNAME= libtorrent-0.10.4
SHARED_LIBS += torrent 10.0 # .9.0
CATEGORIES= net devel
HOMEPAGE= http://libtorrent.rakshasa.no/
MAINTAINER= Henrik Enberg <enberg@printf.se>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}downloads/
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
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>