zhuk 9ae3028075 Move on to KDE 4.11.4.
In this release, four "fat" packages were split:

  * kdeadmin
  * kdenetwork
  * kdesdk
  * kdetoys

To make updates reliable, we provide corresponding meta-packages now.

Many new patches in x11/kde4 correspond to the linking problems detected.
Those are planned to integrate upstream but probably we'll have to keep
some of them until KDE 5.

For information about major KDE 4.11 features, look at the official site:
http://www.kde.org/announcements/4.11/

Kopete Jingle support is disabled for now, until googletalk-call gets
cured from permanent coredumping.

This update involved a lot of help and patience for my mistakes from
many people, including ajacoutot@, espie@, naddy@... but most of the
times this was landry@ who definitely deserves personal "thank you"!
2013-12-08 19:13:28 +00:00

37 lines
749 B
Makefile

# $OpenBSD: Makefile,v 1.5 2013/12/08 19:13:29 zhuk Exp $
CATEGORIES = net
COMMENT = KTorrent engine
V = 1.3.1
DISTNAME = libktorrent-$V
HOMEPAGE = http://ktorrent.org/
REVISION = 3
EXTRACT_SUFX = .tar.bz2
SHARED_LIBS = ktorrent 0.0
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = m pthread stdc++
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtSvg lib/qt4/QtXml
WANTLIB += lib/qt4/QtNetwork
WANTLIB += ${KDE4LIB}/kdeui ${KDE4LIB}/kio ${KDE4LIB}/solid
WANTLIB += gcrypt gmp qca2
MASTER_SITES = ${HOMEPAGE}downloads/${V:C/^./4/}/
MODULES = x11/kde4
MODKDE4_USE = libs
MODKDE4_LIB_LINKS = Yes
BUILD_DEPENDS = devel/boost \
devel/doxygen
LIB_DEPENDS = devel/gmp \
security/libgcrypt \
security/qca2
.include <bsd.port.mk>