1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/x11-toolkits/qt5pas/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

20 lines
423 B
Makefile

PORTNAME= qt5pas
PORTVERSION= 2.6
PORTREVISION= 2
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>