aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qt5pas/Makefile
blob: cd869824eb3e6220c86f83b14dd7dcbba19def6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>