59e02117ae
Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1
36 lines
948 B
Makefile
36 lines
948 B
Makefile
# Created by: Markus Brueffer <markus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ktorrent
|
|
DISTVERSION= 4.3.1
|
|
PORTREVISION= 7
|
|
CATEGORIES= net-p2p kde
|
|
MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION}/
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= BitTorrent client for KDE
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/bind.hpp:devel/boost-libs
|
|
LIB_DEPENDS= libtag.so:audio/taglib \
|
|
libgmp.so:math/gmp \
|
|
libktorrent.so:net-p2p/libktorrent
|
|
|
|
USES= cmake:outsource gettext kde:4 tar:bzip2
|
|
USE_KDE= kdelibs automoc4 pimlibs workspace
|
|
USE_QT4= corelib gui network qt3support qtestlib webkit \
|
|
qmake_build moc_build rcc_build uic_build
|
|
USE_LDCONFIG= 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>
|