for lazarus 2.0.0 (compatibility for newest version of qt5) Look at: https://svn.freepascal.org/cgi-bin/viewvc.cgi/tags/lazarus_2_0_0/lcl/interfaces/qt5/cbindings/?root=lazarus
21 lines
436 B
Makefile
21 lines
436 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= qt5pas
|
|
PORTVERSION= 2.6
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= LOCAL/acm/
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= Qt5 binding for FreePascal
|
|
|
|
USES= compiler:c++11-lang qmake qt:5
|
|
USE_QT= buildtools_build core gui network printsupport x11extras
|
|
USE_LDCONFIG= yes
|
|
|
|
QT5_VER_MIN= 5.6.1
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-mincoming-stack-boundary=2||g' ${WRKSRC}/Qt5Pas.pro
|
|
|
|
.include <bsd.port.mk>
|