ea8c8ec7da
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
27 lines
717 B
Makefile
27 lines
717 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kgraphviewer
|
|
DISTVERSION= 2.4.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics kde
|
|
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/
|
|
DIST_SUBDIR= KDE/${PORTNAME}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Graphs-viewer for GraphViz files
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libgvc.so:graphics/graphviz
|
|
|
|
USES= cmake compiler:c++11-lang desktop-file-utils kde:5 qt:5 tar:xz \
|
|
pkgconfig
|
|
USE_KDE= auth codecs completion config configwidgets \
|
|
coreaddons i18n iconthemes jobwidgets kio parts service \
|
|
sonnet textwidgets widgetsaddons xmlgui \
|
|
ecm_build
|
|
USE_QT= core dbus gui network printsupport svg widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|