git: 0b17a4a3ef8c - 2023Q4 - editors/lazarus-qt6-devel: New port: Portable Delphi-like IDE for the FreePascal compiler (QT6 devel)

From: Jose Alonso Cardenas Marquez <acm_at_FreeBSD.org>
Date: Fri, 10 Nov 2023 20:16:08 UTC
The branch 2023Q4 has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0b17a4a3ef8c2bc3c1ced47ee73bef0913d3393d

commit 0b17a4a3ef8c2bc3c1ced47ee73bef0913d3393d
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2023-10-29 17:50:03 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2023-11-10 20:16:00 +0000

    editors/lazarus-qt6-devel: New port: Portable Delphi-like IDE for the FreePascal compiler (QT6 devel)
    
    Lazarus is the class libraries for Free Pascal that emulate Delphi.
    Free Pascal is a GPL'ed compiler that runs on Linux, Win32, OS/2, 68K
    and more. Free Pascal is designed to be able to understand and compile
    Delphi syntax, which is of course OOP.
    
    Lazarus is the part of the missing puzzle that will allow you to
    develop Delphi-like programs in all of the above platforms. Unlike Java
    which strives to be a write once run anywhere, Lazarus and Free Pascal
    strives for write once compile anywhere. (devel version)
    
    (cherry picked from commit e91f29bfd00a563eb641be447fef180e6fbba7e9)
---
 editors/Makefile                   |  1 +
 editors/lazarus-qt6-devel/Makefile | 13 +++++++++++++
 2 files changed, 14 insertions(+)

diff --git a/editors/Makefile b/editors/Makefile
index 6e71926cc376..e6e4b3fbd023 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -87,6 +87,7 @@
     SUBDIR += lazarus-devel
     SUBDIR += lazarus-qt5
     SUBDIR += lazarus-qt5-devel
+    SUBDIR += lazarus-qt6-devel
     SUBDIR += le
     SUBDIR += leafpad
     SUBDIR += led
diff --git a/editors/lazarus-qt6-devel/Makefile b/editors/lazarus-qt6-devel/Makefile
new file mode 100644
index 000000000000..64c64ea52af8
--- /dev/null
+++ b/editors/lazarus-qt6-devel/Makefile
@@ -0,0 +1,13 @@
+PKGNAMESUFFIX?=  -qt6-devel
+
+COMMENT=	Portable Delphi-like IDE for the FreePascal compiler (QT6 devel)
+
+CONFLICTS=	lazarus-gtk2 lazarus-gtk2-devel lazarus-qt5 lazarus-qt5-devel
+
+LIB_DEPENDS=	libQt6Pas.so:x11-toolkits/qt6pas
+
+LCL_PLATFORM=	qt6
+
+MASTERDIR=	${.CURDIR}/../../editors/lazarus-devel
+
+.include "${MASTERDIR}/Makefile"