2015-09-11 09:15:40 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.43 2015/09/11 09:15:40 pascal Exp $
|
2005-12-30 04:41:30 +00:00
|
|
|
|
2007-09-12 15:27:11 +00:00
|
|
|
COMMENT= BitTorrent library written in C++
|
2005-12-30 04:41:30 +00:00
|
|
|
|
2015-07-31 16:08:44 +00:00
|
|
|
BROKEN-hppa = undefined references to __sync atomic ops
|
|
|
|
BROKEN-mips64 = undefined references to __sync atomic ops
|
|
|
|
BROKEN-sh = undefined references to __sync atomic ops
|
|
|
|
|
2013-10-18 14:29:16 +00:00
|
|
|
# requires C++ tr1 headers
|
|
|
|
NOT_FOR_ARCHS= ${GCC3_ARCHS}
|
|
|
|
|
2015-09-11 09:15:40 +00:00
|
|
|
DISTNAME= libtorrent-0.13.6
|
2012-07-15 10:20:07 +00:00
|
|
|
EPOCH= 0
|
2015-09-11 09:15:40 +00:00
|
|
|
SHARED_LIBS += torrent 22.0 # .18.0
|
2005-12-30 04:41:30 +00:00
|
|
|
CATEGORIES= net devel
|
|
|
|
|
2015-09-11 09:15:40 +00:00
|
|
|
HOMEPAGE= https://rakshasa.github.io/rtorrent/
|
2011-12-01 17:10:40 +00:00
|
|
|
MAINTAINER= David Coppa <dcoppa@openbsd.org>
|
2005-12-30 04:41:30 +00:00
|
|
|
|
2008-11-25 16:21:28 +00:00
|
|
|
# GPLv2
|
2005-12-30 04:41:30 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2015-09-11 09:15:40 +00:00
|
|
|
MASTER_SITES= http://rtorrent.net/downloads/
|
2005-12-30 04:41:30 +00:00
|
|
|
|
2015-03-24 13:35:09 +00:00
|
|
|
WANTLIB= crypto m pthread stdc++ z
|
2011-12-01 17:10:40 +00:00
|
|
|
BUILD_DEPENDS= devel/cppunit
|
2005-12-30 04:41:30 +00:00
|
|
|
|
2015-03-24 13:35:09 +00:00
|
|
|
USE_LIBTOOL= gnu
|
2013-03-13 00:20:56 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2006-12-21 19:13:07 +00:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
2008-11-25 16:21:28 +00:00
|
|
|
--enable-static \
|
2006-10-19 15:21:19 +00:00
|
|
|
--with-kqueue \
|
2011-12-01 17:10:40 +00:00
|
|
|
--without-epoll \
|
2015-08-01 08:13:01 +00:00
|
|
|
--disable-instrumentation \
|
2005-12-30 04:41:30 +00:00
|
|
|
--disable-debug
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|