2013-09-21 01:57:47 +02:00
|
|
|
# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
2009-01-22 03:23:43 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= qt4pas
|
2012-05-07 21:25:56 +02:00
|
|
|
PORTVERSION= 2.5
|
2012-09-02 08:30:30 +02:00
|
|
|
PORTREVISION= 1
|
2009-01-22 03:23:43 +01:00
|
|
|
CATEGORIES= x11-toolkits
|
2011-10-20 20:34:00 +02:00
|
|
|
MASTER_SITES= http://users.telenet.be/Jan.Van.hijfte/qtforfpc/V${PORTVERSION}/
|
2009-01-22 03:23:43 +01:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/^/V/}_Qt${QT4_VER_MIN}
|
|
|
|
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
|
|
COMMENT= Qt4 binding for FreePascal
|
|
|
|
|
|
|
|
USE_LDCONFIG= yes
|
2013-11-25 19:01:01 +01:00
|
|
|
USE_QT4= corelib gui network script webkit \
|
2010-02-13 21:10:24 +01:00
|
|
|
moc_build
|
2013-11-25 19:01:01 +01:00
|
|
|
USES= qmake
|
2009-01-22 03:23:43 +01:00
|
|
|
|
2010-02-13 21:10:24 +01:00
|
|
|
QT4_VER_MIN= 4.5.3
|
2009-01-22 03:23:43 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${QT4_VERSION:S/.//g} < ${QT4_VER_MIN:S/.//g}
|
|
|
|
IGNORE= Please update your current qt4 version to ${QT4_VER_MIN}
|
|
|
|
.endif
|
|
|
|
|
2012-09-02 08:30:30 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-mincoming-stack-boundary=2||g' ${WRKSRC}/Qt4Pas.pro
|
|
|
|
|
2009-01-22 03:23:43 +01:00
|
|
|
.include <bsd.port.post.mk>
|