freebsd-ports/devel/qt5-scripttools/Makefile
Tobias C. Berner c45de9579f Qt5 update to 5.13.0
For new features, check: https://wiki.qt.io/New_Features_in_Qt_5.13

Thanks to adridg who helped to fix a lot of packages.

Exp-run by:	antoine
PR:		238782
2019-10-01 04:13:31 +00:00

22 lines
490 B
Makefile

# $FreeBSD$
PORTNAME= scripttools
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt Script additional components
USES= compiler:c++11-lang qmake qt-dist:5,script
USE_QT= core gui script widgets buildtools_build
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
INSTALL_WRKSRC= ${WRKSRC}/src/${PORTNAME}
# Link in QtScript port
_QT5_ADDITIONAL_LINK= script
.include <bsd.port.mk>