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

40 lines
1.2 KiB
Makefile

# $OpenBSD: Makefile,v 1.4 2013/12/08 19:13:34 zhuk Exp $
CATEGORIES = devel
COMMENT = Qt4 bindings for .NET/Mono
DISTNAME = qyoto-${MODKDE4_VERSION}
SHARED_LIBS = qyoto 50.0 # 2.0
SHARED_LIBS += phonon-sharp 50.0
SHARED_LIBS += qscintilla-sharp 50.0
SHARED_LIBS += qtscript-sharp 50.0
SHARED_LIBS += qttest-sharp 50.0
SHARED_LIBS += qtuitools-sharp 50.0
SHARED_LIBS += qtwebkit-sharp 50.0
WANTLIB = c m stdc++
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtNetwork
WANTLIB += lib/qt4/QtScript lib/qt4/QtTest lib/qt4/QtWebKit
WANTLIB += lib/qt4/QtXml
WANTLIB += ${KDE4LIB}/smokebase ${KDE4LIB}/smokephonon ${KDE4LIB}/smokeqsci
WANTLIB += ${KDE4LIB}/smokeqtcore ${KDE4LIB}/smokeqtdbus
WANTLIB += ${KDE4LIB}/smokeqtgui ${KDE4LIB}/smokeqtnetwork
WANTLIB += ${KDE4LIB}/smokeqtopengl ${KDE4LIB}/smokeqtsql
WANTLIB += ${KDE4LIB}/smokeqtsvg ${KDE4LIB}/smokeqtxml
WANTLIB += ${KDE4LIB}/smokeqtscript ${KDE4LIB}/smokeqttest
WANTLIB += ${KDE4LIB}/smokeqtuitools ${KDE4LIB}/smokeqtwebkit
WANTLIB += qscintilla2
MODULES = multimedia/phonon lang/mono
MODKDE4_USE =
LIB_DEPENDS = editors/qscintilla \
${MODKDE4_DEP_DIR}/smokeqt
CONFIGURE_ARGS = -DPHONON_INCLUDE_DIR:String=${MODQT4_INCDIR}
NO_TEST = Yes
.include <bsd.port.mk>