2010-09-01 23:19:27 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libktorrent
|
2020-06-07 08:56:40 +02:00
|
|
|
DISTVERSION= 2.2.0
|
2010-09-01 23:19:27 +02:00
|
|
|
CATEGORIES= net-p2p kde
|
2020-06-07 08:56:40 +02:00
|
|
|
MASTER_SITES= KDE/stable/ktorrent/5.2.0/
|
2019-09-02 13:29:31 +02:00
|
|
|
|
|
|
|
# Since libktorrent is released with ktorrent, it lives in a
|
|
|
|
# strange download directory; keep this in-sync with net-p2p/ktorrent.
|
2010-09-01 23:19:27 +02:00
|
|
|
|
2016-10-23 17:55:14 +02:00
|
|
|
MAINTAINER= kde@FreeBSD.org
|
2013-10-23 15:08:41 +02:00
|
|
|
COMMENT= Torrent library from KTorrent project
|
2010-09-01 23:19:27 +02:00
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:devel/boost-libs
|
2018-04-10 20:17:02 +02:00
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
|
2020-03-21 08:23:59 +01:00
|
|
|
libgmp.so:math/gmp
|
2010-09-01 23:19:27 +02:00
|
|
|
|
2020-03-21 08:23:59 +01:00
|
|
|
USES= cmake compiler:c++11-lang gettext kde:5 qca qt:5 tar:xz
|
2018-04-10 20:17:02 +02:00
|
|
|
USE_KDE= archive completion config coreaddons crash ecm i18n \
|
|
|
|
jobwidgets kio service solid widgetsaddons
|
2018-06-28 19:39:53 +02:00
|
|
|
USE_QT= core gui network testlib xml \
|
2018-04-10 20:17:02 +02:00
|
|
|
buildtools_build qmake_build
|
2010-09-01 23:19:27 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|