7d1b26ed85
https://www.kde.org/announcements/kde-frameworks-5.49.0.php Thanks Antoine for the exp-run. PR: 230596 Submitted by: tcberner
15 lines
386 B
Makefile
15 lines
386 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kguiaddons
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= x11-toolkits kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 addons to QtGui
|
|
|
|
USES= cmake:outsource compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
|
|
USE_KDE= ecm
|
|
USE_QT= buildtools_build core gui qmake_build testlib widgets x11extras
|
|
USE_XORG= ice sm x11 xcb xext
|
|
|
|
.include <bsd.port.mk>
|