freebsd-ports/devel/apitrace/Makefile
Gerald Pfeifer a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

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, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00

37 lines
795 B
Makefile

# $FreeBSD$
PORTNAME= apitrace
DISTVERSION= 7.1-455
PORTREVISION= 2
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:outsource 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>