15 lines
282 B
Makefile
15 lines
282 B
Makefile
PORTREVISION= 1
|
|
|
|
PKGNAMESUFFIX?= -qt5
|
|
|
|
COMMENT= Portable Delphi-like IDE for the FreePascal compiler (QT5)
|
|
|
|
CONFLICTS= ${PORTNAME}-gtk2
|
|
|
|
LIB_DEPENDS= libQt5Pas.so:x11-toolkits/qt5pas
|
|
|
|
LCL_PLATFORM= qt5
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/lazarus
|
|
|
|
.include "${MASTERDIR}/Makefile"
|