aboutsummaryrefslogtreecommitdiff
path: root/textproc/kdiff3/Makefile
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2025-02-20 09:03:11 +0000
committerJason E. Hale <jhale@FreeBSD.org>2025-02-20 21:38:24 +0000
commit03ed1e0ee3ed9966ba409085484d187f813fc9a1 (patch)
tree2d1f89f9ab64fd8bbac9db55b217c55f6b0c7a29 /textproc/kdiff3/Makefile
parentc0d942b61396197af19a629ae7e5c95df8c33e3a (diff)
Diffstat (limited to 'textproc/kdiff3/Makefile')
-rw-r--r--textproc/kdiff3/Makefile21
1 files changed, 8 insertions, 13 deletions
diff --git a/textproc/kdiff3/Makefile b/textproc/kdiff3/Makefile
index c3cbd8e33dc0..7b706a1abaa5 100644
--- a/textproc/kdiff3/Makefile
+++ b/textproc/kdiff3/Makefile
@@ -1,30 +1,25 @@
PORTNAME= kdiff3
-DISTVERSION= 1.11.5
-PORTREVISION= 1
+DISTVERSION= 1.12.1
CATEGORIES= textproc kde
MASTER_SITES= KDE/stable/${PORTNAME}
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE graphical frontend for diff
-WWW= https://kdiff3.sourceforge.net/
+WWW= https://apps.kde.org/kdiff3/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/include/boost/range/algorithm.hpp:devel/boost-libs \
${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers
+LIB_DEPENDS= libicuuc.so:devel/icu
-USES= cmake compiler:c++11-lang gettext-tools:build kde:6 qt:6 tar:xz \
- xorg
-USE_KDE= config coreaddons crash i18n kio widgetsaddons xmlgui \
+USES= cmake compiler:c++17-lang gettext-tools gl kde:6 qt:6 tar:xz xorg
+USE_GL= gl opengl # GLX
+USE_KDE= colorscheme completion config configwidgets coreaddons crash \
+ i18n jobwidgets kio service solid widgetsaddons xmlgui \
doctools:build ecm:build
-USE_QT= 5compat base
+USE_QT= base
USE_XORG= x11
-CMAKE_ARGS= -DBUILD_WITH_QT6=ON
-
-DOCSDIR_REL= share/doc/HTML
-
-OPTIONS_DEFINE= DOCS
-
.include <bsd.port.mk>