summaryrefslogtreecommitdiff
path: root/net-p2p/libktorrent/Makefile
blob: 7159a410d41821fcadc8b3fae1fd4e4297ed6c98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $FreeBSD$

PORTNAME=	libktorrent
DISTVERSION=	2.1.1
PORTREVISION=	1
CATEGORIES=	net-p2p kde
MASTER_SITES=	KDE/stable/ktorrent/5.1.2/

# Since libktorrent is released with ktorrent, it lives in a
# strange download directory; keep this in-sync with net-p2p/ktorrent.

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Torrent library from KTorrent project

BUILD_DEPENDS=	${LOCALBASE}/include/boost/concept_check.hpp:devel/boost-libs

LIB_DEPENDS=	libgcrypt.so:security/libgcrypt \
		libgmp.so:math/gmp \
		libqca-qt5.so:devel/qca

USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE=	archive completion config coreaddons crash ecm i18n \
		jobwidgets kio service solid widgetsaddons
USE_QT=		core gui network testlib xml \
		buildtools_build qmake_build

.include <bsd.port.mk>