blob: a176ce5accea266fa8d6872ec700861144359722 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= kguiaddons
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
PORTREVISION= 1
CATEGORIES= x11-toolkits kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 addons to QtGui
USES= cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz xorg
USE_KDE= ecm_build
USE_QT= core gui wayland widgets x11extras \
buildtools_build qmake_build testlib_build
USE_XORG= ice sm x11 xcb xext
.include <bsd.port.mk>
|