diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2018-05-25 16:00:11 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2018-05-25 16:00:11 +0000 |
commit | 513ee485c52f300eb519c78df6f2dcdf0e538a6c (patch) | |
tree | 5aa4b1022caac7beb840a044bee8838a2b960f54 | |
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/Makefile | 15 |
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" |