blob: 25b512033267d09b8f8e6c2961037da1a693e821 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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"
|