2018-05-25 18:00:46 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PKGNAMESUFFIX?= -qt5
|
|
|
|
|
|
|
|
COMMENT= Portable Delphi-like IDE for the FreePascal compiler (QT5)
|
|
|
|
|
2019-06-26 13:52:23 +02:00
|
|
|
CONFLICTS= ${PORTNAME}-gtk2-*
|
2018-05-25 18:00:46 +02:00
|
|
|
|
|
|
|
LIB_DEPENDS= libQt5Pas.so:x11-toolkits/qt5pas
|
|
|
|
|
|
|
|
LCL_PLATFORM= qt5
|
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/lazarus
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|