mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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)
This commit is contained in:
parent
c626e9b7f5
commit
e91f29bfd0
2 changed files with 14 additions and 0 deletions
|
@ -87,6 +87,7 @@
|
|||
SUBDIR += lazarus-devel
|
||||
SUBDIR += lazarus-qt5
|
||||
SUBDIR += lazarus-qt5-devel
|
||||
SUBDIR += lazarus-qt6-devel
|
||||
SUBDIR += le
|
||||
SUBDIR += leafpad
|
||||
SUBDIR += led
|
||||
|
|
13
editors/lazarus-qt6-devel/Makefile
Normal file
13
editors/lazarus-qt6-devel/Makefile
Normal file
|
@ -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"
|
Loading…
Add table
Reference in a new issue