freebsd-ports/net-p2p/libktorrent/Makefile
Max Brazhnikov b22224f636 - Remove deprecated USE_KDE4=kdehier
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app)
  and supposedly fix build of graphics/gnash with KDE4 option
2015-02-19 18:19:28 +00:00

26 lines
738 B
Makefile

# $FreeBSD$
PORTNAME= libktorrent
DISTVERSION= 1.3.1
PORTREVISION= 7
CATEGORIES= net-p2p kde
MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION:C,^1,4,:C,-.*,,}/
MAINTAINER= makc@FreeBSD.org
COMMENT= Torrent library from KTorrent project
BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:${PORTSDIR}/devel/boost-libs
LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \
libgmp.so:${PORTSDIR}/math/gmp \
libqca.so:${PORTSDIR}/devel/qca
USE_KDE4= kdelibs kdeprefix automoc4
USE_QT4= qtestlib_build qmake_build moc_build rcc_build uic_build
USES= cmake:outsource gettext tar:bzip2
USE_LDCONFIG= yes
SHLIB_VER= 5.0.1
PLIST_SUB+= SHLIB_VER=${SHLIB_VER} \
SHLIB_SHVER=${SHLIB_VER:R:R}
.include <bsd.port.mk>