The last upstream release supporting KDE4 was 10 months ago, https://www.kde.org/announcements/announce-applications-17.08.3.php , and the kde@ team for FreeBSD has supported modern KDE (i.e. KDE Frameworks, Plasma 5 and KDE Applications) for 4 months. Give a 4 month deprecation period to allow users to switch over. Also deprecated: multimedia/kmplayer-kde4 (permission from jhale@) Not deprecated, need to contact maintainers: misc/krecipes-kde4 net-im/kmess-kde4 net/smb4k-kde4 textproc/uim-kde4
30 lines
765 B
Makefile
30 lines
765 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kget
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 15
|
|
CATEGORIES= net kde kde-kde4
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE download manager
|
|
|
|
DEPRECATED= KDE4 is EOL upstream
|
|
EXPIRATION_DATE= 2018-12-31
|
|
|
|
LIB_DEPENDS= libgpgme.so:security/gpgme \
|
|
libktorrent.so:net-p2p/libktorrent-kde4 \
|
|
libmms.so:net/libmms \
|
|
libqca.so:devel/qca@qt4 \
|
|
libboost_thread.so:devel/boost-libs
|
|
|
|
USES= cmake:outsource kde:4 qt:4 shebangfix sqlite tar:xz
|
|
USE_KDE= kdelibs workspace libkonq \
|
|
nepomuk-core nepomuk-widgets automoc4 ontologies \
|
|
soprano
|
|
SHEBANG_FILES= conf/*.pl
|
|
USE_QT= gui sql moc_build qmake_build rcc_build uic_build
|
|
USE_LDCONFIG= yes
|
|
MAKE_ENV= XDG_CONFIG_HOME=/dev/null
|
|
CONFIGURE_ENV= XDG_CONFIG_HOME=/dev/null
|
|
|
|
.include <bsd.port.mk>
|