mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
b7cbbfac1f
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
37 lines
888 B
Makefile
37 lines
888 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kipi-plugins
|
|
PORTVERSION= ${DIGIKAM_VER}
|
|
PORTREVISION= 4
|
|
PORTEPOCH= 1
|
|
CATEGORIES= graphics kde
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE 4 kipi graphics plugins (meta port)
|
|
|
|
DEPRECATED= KDE4 is EOL upstream
|
|
EXPIRATION_DATE= 2018-12-31
|
|
|
|
NO_BUILD= yes
|
|
NO_INSTALL= yes
|
|
NO_MTREE= yes
|
|
|
|
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
|
|
|
|
OPTIONS_DEFINE= DOCS NLS
|
|
OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
|
|
|
|
# DOCS ans NLS options first, then plugins sorted in KIPI_PLUGINS_ALL
|
|
NO_OPTIONS_SORT= yes
|
|
|
|
.for plugin in ${KIPI_PLUGINS_ALL}
|
|
OPTIONS_DEFINE+= ${plugin:tu}
|
|
${plugin:tu}_DESC= ${${plugin}_DESC}
|
|
${plugin:tu}_RUN_DEPENDS= kipi-plugin-${plugin}>=${DIGIKAM_VER}:graphics/kipi-plugin-${plugin}
|
|
.endfor
|
|
|
|
NLS_RUN_DEPENDS= digikam-l10n>=${DIGIKAM_VER}:graphics/digikam-kde4-l10n
|
|
DOCS_RUN_DEPENDS= digikam-doc>=${DIGIKAM_VER}:graphics/digikam-kde4-doc
|
|
|
|
.include <bsd.port.mk>
|