mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
4cd1e8830e
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
455 B
Makefile
23 lines
455 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= qml
|
|
DISTVERSION= ${QT5_VERSION}
|
|
CATEGORIES= lang
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt QML and JavaScript language module
|
|
|
|
USE_QT5= core network buildtools_build
|
|
QT_DIST= declarative
|
|
USES= qmake
|
|
USE_PYTHON_BUILD= yes
|
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
|
|
|
WRKSRC_SUBDIR= src/${PORTNAME}
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} 's,python,${PYTHON_CMD},g' ${WRKSRC}/../3rdparty/masm/masm.pri
|
|
|
|
.include <bsd.port.mk>
|