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
16 lines
396 B
Makefile
16 lines
396 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dolphin-plugins
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
|
DIST_SUBDIR= KDE/${PORTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plugins for Dolphin file manager
|
|
|
|
USES= cmake:outsource tar:xz
|
|
USE_KDE4= kdelibs libkonq kdeprefix automoc4
|
|
USE_QT4= moc_build qmake_build rcc_build uic_build
|
|
|
|
.include <bsd.port.mk>
|