1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/graphics/kgraphviewer/Makefile
Adriaan de Groot ddc980b8a6 Resurrect KGraphviewer, now in a KF5 version. Upstream there is a new
maintainer and regular releases.

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12530
2017-10-01 16:34:22 +00:00

26 lines
682 B
Makefile

# $FreeBSD$
PORTNAME= kgraphviewer
DISTVERSION= 2.4.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:outsource desktop-file-utils kde: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_QT5= core dbus gui network printsupport svg widgets xml \
buildtools_build qmake_build
.include <bsd.port.mk>