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:
parent
f68185c820
commit
f79100a798
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=460559
17
editors/lazarus-lcl-qt5/Makefile
Normal file
17
editors/lazarus-lcl-qt5/Makefile
Normal 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"
|
11
editors/lazarus-lcl-qt5/files/patch-interfaces_qt_qt45.pas
Normal file
11
editors/lazarus-lcl-qt5/files/patch-interfaces_qt_qt45.pas
Normal 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}
|
Loading…
Reference in New Issue
Block a user