summaryrefslogtreecommitdiff
path: root/x11-toolkits/qt6pas/Makefile
blob: 30f90d96558e413e530ce567b9b81c86c2ccb74e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	qt6pas
PORTVERSION=	6.2.7
PORTREVISION=	1
CATEGORIES=	x11-toolkits
MASTER_SITES=	LOCAL/acm/

MAINTAINER=	acm@FreeBSD.org
COMMENT=	Qt6 binding for FreePascal
WWW=		https://wiki.lazarus.freepascal.org/index.php/Qt6_Interface

USES=		compiler:c++11-lang qmake qt:6
USE_QT=		base:run declarative:build tools:build
USE_LDCONFIG=	yes

QT6_VER_MIN=	6.2.7

post-patch:
	@${REINPLACE_CMD} -e 's|-mincoming-stack-boundary=2||g' ${WRKSRC}/Qt6Pas.pro

.include <bsd.port.mk>