summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2018-05-25 16:00:11 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2018-05-25 16:00:11 +0000
commit513ee485c52f300eb519c78df6f2dcdf0e538a6c (patch)
tree5aa4b1022caac7beb840a044bee8838a2b960f54
parent- Update to 1.8.2 (diff)
- New port: editors/lazarus-qt4
Differential Revision: https://reviews.freebsd.org/D14661
-rw-r--r--editors/lazarus-qt4/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/lazarus-qt4/Makefile b/editors/lazarus-qt4/Makefile
new file mode 100644
index 000000000000..654ae66772a2
--- /dev/null
+++ b/editors/lazarus-qt4/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PKGNAMESUFFIX?= -qt4
+
+COMMENT= Portable Delphi-like IDE for the FreePascal compiler (QT4)
+
+CONFLICTS= ${PORTNAME}-gtk2-* ${PORTNAME}-qt5-*
+
+LIB_DEPENDS= libQt4Pas.so:x11-toolkits/qt4pas
+
+LCL_PLATFORM= qt
+
+MASTERDIR= ${.CURDIR}/../../editors/lazarus
+
+.include "${MASTERDIR}/Makefile"