freebsd-ports/editors/lazarus-qt6/Makefile
Jose Alonso Cardenas Marquez 4a05009c90
editors/lazarus-*: Update to 3.0.0 and 3.1.0
- Add editors/lazarus-qt6
- Add new CONFLICTS
- Change default lazarus and lazarus-devel to 3.0.0 and 3.1.0
- Change lazarus.mk file. Now stable and devel version support qt6 interface
2023-12-22 20:11:52 -05:00

16 lines
349 B
Makefile

PORTREVISION= 0
PKGNAMESUFFIX?= -qt6
COMMENT= Portable Delphi-like IDE for the FreePascal compiler (QT6)
CONFLICTS= lazarus-gtk2 lazarus-gtk2-devel lazarus-qt5 lazarus-qt5-devel \
lazarus-qt6-devel
LIB_DEPENDS= libQt6Pas.so:x11-toolkits/qt6pas
LCL_PLATFORM= qt6
MASTERDIR= ${.CURDIR}/../../editors/lazarus
.include "${MASTERDIR}/Makefile"