aboutsummaryrefslogtreecommitdiff
path: root/editors/lazarus-qt5
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2018-05-25 16:00:46 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2018-05-25 16:00:46 +0000
commitb9123ccd9a7e2190d8bac9e65f667d67b485b961 (patch)
tree240a4607b55e9a16288f17142f4386e42fbd7db7 /editors/lazarus-qt5
parent513ee485c52f300eb519c78df6f2dcdf0e538a6c (diff)
downloadports-b9123ccd9a7e2190d8bac9e65f667d67b485b961.tar.gz
ports-b9123ccd9a7e2190d8bac9e65f667d67b485b961.zip
- New port: editors/lazarus-qt5
Differential Revision: https://reviews.freebsd.org/D14661
Notes
Notes: svn path=/head/; revision=470847
Diffstat (limited to 'editors/lazarus-qt5')
-rw-r--r--editors/lazarus-qt5/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/lazarus-qt5/Makefile b/editors/lazarus-qt5/Makefile
new file mode 100644
index 000000000000..b3f24e945de8
--- /dev/null
+++ b/editors/lazarus-qt5/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PKGNAMESUFFIX?= -qt5
+
+COMMENT= Portable Delphi-like IDE for the FreePascal compiler (QT5)
+
+CONFLICTS= ${PORTNAME}-gtk2-* ${PORTNAME}-qt4-*
+
+LIB_DEPENDS= libQt5Pas.so:x11-toolkits/qt5pas
+
+LCL_PLATFORM= qt5
+
+MASTERDIR= ${.CURDIR}/../../editors/lazarus
+
+.include "${MASTERDIR}/Makefile"
+