Alberto Villa (avilla@) has done all the hard work to create Qt 5 ports. Trivial update from 5.2.0-beta1 to 5.2.1 by me. Special thanks for Adriaan de Groot <groot@kde.org> for his assistance for Qt-5.2.0 update. Approved by: portmgr (bapt) (for Mk/bsd.port.mk)
23 lines
486 B
Makefile
23 lines
486 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= script
|
|
DISTVERSION= ${QT5_VERSION}
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt 4-compatible scripting module
|
|
|
|
USE_QT5= core buildtools_build
|
|
QT_DIST= ${PORTNAME}
|
|
USES= qmake
|
|
# Keep make(1) from descending into src/script/obj/ (qmake:outsource
|
|
# doesn't work).
|
|
MAKE_ENV= MAKEOBJDIR=.
|
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/scripttools/ d' \
|
|
${WRKSRC}/src/src.pro
|
|
|
|
.include <bsd.port.mk>
|