as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
37 lines
785 B
Makefile
37 lines
785 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= apitrace
|
|
DISTVERSION= 7.1-455
|
|
PORTREVISION= 4
|
|
DISTVERSIONSUFFIX= -g7c76b90
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= greg@unrelenting.technology
|
|
COMMENT= Tools for tracing OpenGL and other graphics APIs
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libpng.so:graphics/png
|
|
|
|
USES= cmake compiler:c++11-lang pkgconfig python:2.7 shebangfix
|
|
USE_GITHUB= yes
|
|
USE_XORG= x11
|
|
|
|
SHEBANG_FILES= scripts/*.py
|
|
|
|
OPTIONS_DEFINE= QT5 DOCS
|
|
OPTIONS_DEFAULT= QT5
|
|
OPTIONS_SUB= yes
|
|
|
|
QT5_CMAKE_BOOL= ENABLE_GUI
|
|
QT5_USES= qt:5
|
|
QT5_USE= qt=core,gui,network,widgets,buildtools_build,qmake_build
|
|
|
|
post-install:
|
|
${RM} ${STAGEDIR}${DOCSDIR}/LICENSE.txt
|
|
|
|
post-install-QT5-on:
|
|
${INSTALL_DATA} ${FILESDIR}/qapitrace.desktop ${STAGEDIR}${PREFIX}/share/applications
|
|
|
|
.include <bsd.port.mk>
|