forked from Lainports/freebsd-ports
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
22 lines
490 B
Makefile
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>
|