mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
059340ceb7
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542
37 lines
944 B
Makefile
37 lines
944 B
Makefile
# Created by: Markus Brueffer <markus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ktorrent
|
|
DISTVERSION= 4.3.1
|
|
PORTREVISION= 5
|
|
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:devel/boost-libs
|
|
LIB_DEPENDS= libtag.so:audio/taglib \
|
|
libgmp.so:math/gmp \
|
|
libktorrent.so:net-p2p/libktorrent
|
|
|
|
USE_KDE4= kdelibs automoc4 pimlibs workspace
|
|
USE_QT4= corelib gui network qt3support qtestlib webkit \
|
|
qmake_build moc_build rcc_build uic_build
|
|
USES= cmake:outsource gettext tar:bzip2
|
|
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>
|