aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/ktorrent/Makefile
blob: 078102f0c804a83bee26b00fa1919f6e96e1c00e (plain) (blame)
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
28
29
30
31
32
33
34
35
36
37
38
# Created by: Markus Brueffer <markus@FreeBSD.org>
# $FreeBSD$

PORTNAME=   ktorrent
DISTVERSION=    4.3.1
PORTREVISION=   1
CATEGORIES= net-p2p kde
MASTER_SITES=   http://ktorrent.org/downloads/${DISTVERSION}/

MAINTAINER= makc@FreeBSD.org
COMMENT=    BitTorrent client for KDE

BUILD_DEPENDS=  ${LOCALBASE}/include/boost/bind.hpp:${PORTSDIR}/devel/boost-libs
LIB_DEPENDS=    tag:${PORTSDIR}/audio/taglib \
        gmp:${PORTSDIR}/math/gmp \
        ktorrent.5:${PORTSDIR}/net-p2p/libktorrent

USE_BZIP2=  yes
USE_KDE4=   kdelibs kdehier kdeprefix automoc4 pimlibs workspace
USE_QT4=    corelib gui network qt3support qtestlib webkit \
        qmake_build moc_build rcc_build uic_build
USES=       cmake:outsource gettext
USE_LDCONFIG=   yes
MAKE_JOBS_SAFE= yes

CONFLICTS_BUILD=    ktorrent-2*

SHLIB_VER=  15.0.0
PLIST_SUB+= SHLIB_VER=${SHLIB_VER} \
        SHLIB_SHVER=${SHLIB_VER:R:R}

CMAKE_ARGS+=    -DENABLE_KIO_MAGNET=1

post-patch:
    ${REINPLACE_CMD} -e 's,ktorrent,$${LIBKTORRENT_LIBRARIES},' \
        ${WRKSRC}/plugins/ipfilter/tests/CMakeLists.txt

.include <bsd.port.mk>