forked from Lainports/freebsd-ports
All the qt5-ports share the same library directory. devel/qt5-core is dependet on by all others. So there is no need to add identical entries to libdata/ldconfig, and restart the ldconfig service on every pkg change of those ports. Reported by: bapt Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D27224
21 lines
449 B
Makefile
21 lines
449 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
|
|
|
|
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
|
|
INSTALL_WRKSRC= ${WRKSRC}/src/${PORTNAME}
|
|
|
|
# Link in QtScript port
|
|
_QT5_ADDITIONAL_LINK= script
|
|
|
|
.include <bsd.port.mk>
|