PR: 225869 Exp-run by: antoine Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D14287
15 lines
384 B
Makefile
15 lines
384 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kwidgetsaddons
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= x11-toolkits kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 addons to QtWidgets
|
|
|
|
USES= cmake:outsource compiler:c++11-lib kde:5 pkgconfig tar:xz
|
|
USE_KDE= ecm
|
|
USE_QT5= buildtools_build core gui linguisttools \
|
|
qmake_build uiplugin uitools testlib widgets
|
|
|
|
.include <bsd.port.mk>
|