freebsd-ports/x11-toolkits/qt4pas/Makefile

31 lines
735 B
Makefile
Raw Normal View History

# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
PORTNAME= qt4pas
2012-05-07 21:25:56 +02:00
PORTVERSION= 2.5
PORTREVISION= 1
CATEGORIES= x11-toolkits
2011-10-20 20:34:00 +02:00
MASTER_SITES= http://users.telenet.be/Jan.Van.hijfte/qtforfpc/V${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/^/V/}_Qt${QT4_VER_MIN}
MAINTAINER= acm@FreeBSD.org
COMMENT= Qt4 binding for FreePascal
USE_LDCONFIG= yes
USE_QT4= corelib gui network script webkit \
moc_build
USES= qmake
QT4_VER_MIN= 4.5.3
.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
post-patch:
@${REINPLACE_CMD} -e 's|-mincoming-stack-boundary=2||g' ${WRKSRC}/Qt4Pas.pro
.include <bsd.port.post.mk>