028f181cc7
Changelog: https://kde.org/announcements/kde-frameworks-5.62.0.php Exp-run by: antoine PR: 240720
15 lines
369 B
Makefile
15 lines
369 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kitemviews
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= x11-toolkits kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 widget addons for Qt Model/View
|
|
|
|
USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
|
|
USE_KDE= ecm
|
|
USE_QT= core gui linguisttools uiplugin testlib widgets \
|
|
buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|