65b2b253dc
KDE ports: - Convert to USES=tar:xz devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs: - Convert LIB_DEPENDS to new style devel/p5-perlqt, devel/p5-perlkde: - Don't remove directories installed by perl port net/kdnssd: - moved to net/zeroconf-ioslave (renamed upstream) x11/kdelibs4: - Clean up non-standard shared mime files and directories after deinstall The area51 repository features commits by Alonso Schaich <alonsoschaich@fastmail.fm> and makc.
50 lines
1.6 KiB
Makefile
50 lines
1.6 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kdeplasma-addons
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
CATEGORIES= deskutils kde
|
|
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
|
DIST_SUBDIR= KDE/${PORTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Extra plasmoids for KDE SC 4
|
|
|
|
LIB_DEPENDS= libqalculate.so:${PORTSDIR}/math/libqalculate \
|
|
libqwt.so:${PORTSDIR}/x11-toolkits/qwt5 \
|
|
libqca.so:${PORTSDIR}/devel/qca \
|
|
libqoauth.so:${PORTSDIR}/net/qoauth \
|
|
libqjson.so:${PORTSDIR}/devel/qjson
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen2.pc:${PORTSDIR}/math/eigen2
|
|
|
|
CONFLICTS_INSTALL= plasma-applet-icontasks-0.[89].*
|
|
|
|
USE_KDE4= kdehier kdelibs kdeprefix libkexiv2 pimlibs workspace \
|
|
akonadi attica automoc4 qimageblitz soprano
|
|
USES= cmake:outsource shared-mime-info tar:xz
|
|
USE_QT4= corelib dbus declarative gui network script sql webkit \
|
|
qmake_build moc_build rcc_build uic_build
|
|
USE_XORG= x11 xrender xtst
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS_DEFINE= MARBLE SCIM IBUS
|
|
OPTIONS_DEFAULT= MARBLE
|
|
OPTIONS_SUB= yes
|
|
|
|
MARBLE_DESC= Support for desktop globe wallpaper
|
|
MARBLE_USE= KDE4=marble
|
|
MARBLE_CMAKE_OFF= -DWITH_Marble=off
|
|
|
|
IBUS_DESC= Enable IBUS backend for input dialog
|
|
IBUS_LIB_DEPENDS= libibus-1.0.so:${PORTSDIR}/textproc/ibus
|
|
IBUS_CMAKE_OFF= -DBUILD_ibus=off
|
|
|
|
SCIM_DESC= Enable SCIM backend for input dialog
|
|
SCIM_LIB_DEPENDS= libscim-1.0.so:${PORTSDIR}/textproc/scim
|
|
SCIM_CMAKE_OFF= -DBUILD_scim=off
|
|
|
|
post-patch:
|
|
# Respect prefix, don't update MIME when installing.
|
|
${REINPLACE_CMD} -e '/^update_xdg_mimetypes/ d; /SharedMimeInfo/ d' \
|
|
${WRKSRC}/applets/lancelot/parts/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|