1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

- New port: editors/lazarus-lcl-qt5

Lazarus components library - QT5 backend
This commit is contained in:
Jose Alonso Cardenas Marquez 2018-02-01 07:17:13 +00:00
parent f68185c820
commit f79100a798
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=460559
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
PKGNAMESUFFIX= -lcl-qt5
COMMENT= Lazarus components library - QT5 backend
BUILD_DEPENDS= ${LCL_UNITS_DIR}/alllclunits.ppu:editors/lazarus-lcl-units
USE_FPC= fcl-base fcl-db fcl-image fcl-registry fcl-res \
fcl-xml pasjpeg x11
LCL_INTERFACE= qt5
MASTERDIR= ${.CURDIR}/../../editors/lazarus
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1,11 @@
--- interfaces/qt/qt45.pas.orig 2014-02-05 12:08:29 UTC
+++ interfaces/qt/qt45.pas
@@ -45,7 +45,7 @@ const
{$ENDIF}
{$IFNDEF QTOPIA}
- {$IF DEFINED(LINUX) or DEFINED(FREEBSD) or DEFINED(NETBSD)}
+ {$IF DEFINED(LINUX) or DEFINED(FREEBSD) or DEFINED(NETBSD) or DEFINED(DRAGONFLY)}
{$DEFINE BINUX}
Qt4PasLib = 'libQt4Pas.so.5';
{$ENDIF}