63ff0b60db
The kde@ team presents KDE SC 4.14.3, the last planed release of the KDE SC 4 series. In addition to the updates provided by the KDE SC developers, this update also addresses numerous FreeBSD and PORTS specific issues, found and solved by the kde@ team and area51 testers, most notorously Tobias C. Berner <tcberner@gmail.com> PR: 197751 PR: 197871 PR: 184996 Reviewed by: rakuco (mentor) Differential: https://reviews.freebsd.org/D1950
33 lines
1 KiB
Makefile
33 lines
1 KiB
Makefile
# Created by: Raphael Kubo da Costa <rakuco@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= nepomuk-core
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
CATEGORIES= sysutils kde
|
|
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
|
DIST_SUBDIR= KDE/${PORTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Core Nepomuk system libraries and services for KDE
|
|
|
|
LIB_DEPENDS= libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 \
|
|
libtag.so:${PORTSDIR}/audio/taglib \
|
|
libexiv2.so:${PORTSDIR}/graphics/exiv2 \
|
|
libswscale.so:${PORTSDIR}/multimedia/ffmpeg \
|
|
libepub.so:${PORTSDIR}/textproc/ebook-tools \
|
|
libqmobipocket.so:${PORTSDIR}/graphics/kdegraphics4-mobipocket
|
|
|
|
USE_KDE4= kdeprefix automoc4 baloo kdelibs kfilemetadata \
|
|
ontologies soprano
|
|
USES= cmake:outsource tar:xz
|
|
USE_QT4= corelib dbus gui qmake_build moc_build rcc_build uic_build
|
|
USE_LDCONFIG= yes
|
|
MAKE_ENV= XDG_CONFIG_HOME=/dev/null
|
|
|
|
SUB_FILES= nepomuk-env.sh
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/env
|
|
${INSTALL_SCRIPT} ${WRKDIR}/nepomuk-env.sh ${STAGEDIR}${PREFIX}/env
|
|
|
|
.include <bsd.port.mk>
|