aboutsummaryrefslogtreecommitdiff
path: root/editors/lazarus-qt5-devel
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2021-08-26 23:06:54 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2021-08-26 23:08:58 +0000
commit561d7cf968d5284f70caa9a8bcae80a2e6f6a601 (patch)
tree1e7f9d6a44775b18e474bcea77eb02d81b975ef4 /editors/lazarus-qt5-devel
parente6b7ad568813f524f24ae6353d9d2b8aed8c296b (diff)
downloadports-561d7cf968d5284f70caa9a8bcae80a2e6f6a601.tar.gz
ports-561d7cf968d5284f70caa9a8bcae80a2e6f6a601.zip
editors/lazarus-devel: editors/lazarus-qt5-devel: New port
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) WWW: https://www.lazarus-ide.org/
Diffstat (limited to 'editors/lazarus-qt5-devel')
-rw-r--r--editors/lazarus-qt5-devel/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/lazarus-qt5-devel/Makefile b/editors/lazarus-qt5-devel/Makefile
new file mode 100644
index 000000000000..981398114ed0
--- /dev/null
+++ b/editors/lazarus-qt5-devel/Makefile
@@ -0,0 +1,13 @@
+PKGNAMESUFFIX?= -qt5-devel
+
+COMMENT= Portable Delphi-like IDE for the FreePascal compiler (QT5 devel)
+
+CONFLICTS= ${PORTNAME}-gtk2-* ${PORTNAME}-qt5-2*
+
+LIB_DEPENDS= libQt5Pas.so:x11-toolkits/qt5pas
+
+LCL_PLATFORM= qt5
+
+MASTERDIR= ${.CURDIR}/../../editors/lazarus-devel
+
+.include "${MASTERDIR}/Makefile"