2017-10-01 18:34:22 +02:00
|
|
|
PORTNAME= kgraphviewer
|
2018-09-18 19:46:29 +02:00
|
|
|
DISTVERSION= 2.4.3
|
2023-04-25 17:15:30 +02:00
|
|
|
PORTREVISION= 8
|
2017-10-01 18:34:22 +02:00
|
|
|
CATEGORIES= graphics kde
|
2021-10-16 11:51:03 +02:00
|
|
|
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/
|
|
|
|
DIST_SUBDIR= KDE/${PORTNAME}
|
2017-10-01 18:34:22 +02:00
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
COMMENT= Graphs-viewer for GraphViz files
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://extragear.kde.org/apps/kgraphviewer/
|
2017-10-01 18:34:22 +02:00
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2021-07-09 13:12:21 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:devel/boost-libs
|
2017-10-01 18:34:22 +02:00
|
|
|
LIB_DEPENDS= libgvc.so:graphics/graphviz
|
|
|
|
|
2018-12-30 18:15:06 +01:00
|
|
|
USES= cmake compiler:c++11-lang desktop-file-utils kde:5 qt:5 tar:xz \
|
2022-09-05 21:03:11 +02:00
|
|
|
pkgconfig xorg
|
2017-10-01 18:34:22 +02:00
|
|
|
USE_KDE= auth codecs completion config configwidgets \
|
|
|
|
coreaddons i18n iconthemes jobwidgets kio parts service \
|
2022-09-05 21:03:11 +02:00
|
|
|
solid sonnet textwidgets widgetsaddons windowsystem xmlgui \
|
2022-09-11 12:20:14 +02:00
|
|
|
ecm:build doctools:build
|
2020-03-14 18:42:11 +01:00
|
|
|
USE_QT= concurrent core dbus gui network printsupport svg widgets xml \
|
2022-09-11 12:20:14 +02:00
|
|
|
buildtools:build qmake:build
|
2022-09-05 21:03:11 +02:00
|
|
|
USE_XORG= x11
|
2017-10-01 18:34:22 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|