aboutsummaryrefslogtreecommitdiffstats
path: root/views/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'views/Makefile.am')
0 files changed, 0 insertions, 0 deletions
f4a9d4fbf245c1d445a964b5f7b9db750028b'>blamecommitdiffstats
path: root/x11-toolkits/qt5pas/Makefile
blob: 88c0875ccc040f8f07c8ed65d9f30cdbc16f8ecf (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11



                      
                 





                                          
                                              
                                                                        
                   








                                                                        


                                                                                    
                           
# $FreeBSD$

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

.include <bsd.port.pre.mk>

.if ${QT5_VERSION:S/.//g} < ${QT5_VER_MIN:S/.//g}
IGNORE=     please update your current qt5 version to ${QT5_VER_MIN}
.endif

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

.include <bsd.port.post.mk>