Changeset View
Changeset View
Standalone View
Standalone View
editors/lazarus-qt5/Makefile
# $FreeBSD$ | # $FreeBSD$ | ||||
PKGNAMESUFFIX?= -qt5 | PKGNAMESUFFIX?= -qt5 | ||||
COMMENT= Portable Delphi-like IDE for the FreePascal compiler (QT5) | COMMENT= Portable Delphi-like IDE for the FreePascal compiler (QT5) | ||||
CONFLICTS= ${PORTNAME}-gtk2-* ${PORTNAME}-qt4-* | CONFLICTS= ${PORTNAME}-gtk2-* | ||||
LIB_DEPENDS= libQt5Pas.so:x11-toolkits/qt5pas | LIB_DEPENDS= libQt5Pas.so:x11-toolkits/qt5pas | ||||
LCL_PLATFORM= qt5 | LCL_PLATFORM= qt5 | ||||
MASTERDIR= ${.CURDIR}/../../editors/lazarus | MASTERDIR= ${.CURDIR}/../../editors/lazarus | ||||
.include "${MASTERDIR}/Makefile" | .include "${MASTERDIR}/Makefile" |