1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/net-p2p/libktorrent/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

27 lines
746 B
Makefile

# $FreeBSD$
PORTNAME= libktorrent
DISTVERSION= 1.3.1
PORTREVISION= 6
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 kdehier 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>