mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
8bec1ad606
- Boost was previously pulled in implicitly by KDE Frameworks; make it an explicit build-dep.
27 lines
807 B
Makefile
27 lines
807 B
Makefile
PORTNAME= kgraphviewer
|
|
DISTVERSION= 2.4.3
|
|
PORTREVISION= 5
|
|
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
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:devel/boost-libs
|
|
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 doctools_build
|
|
USE_QT= concurrent core dbus gui network printsupport svg widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|