5f62895ae8
Changelog: https://www.kde.org/announcements/kde-frameworks-5.38.0.php PR: 222171 Exp-run by: antoine Reviewed by: rakuco, adridg Differential Revision: https://reviews.freebsd.org/D12289
17 lines
500 B
Makefile
17 lines
500 B
Makefile
# Created by: tcberner
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kiconthemes
|
|
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= x11-themes kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 library for handling icons in applications
|
|
|
|
USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz
|
|
USE_KDE= archive auth codecs config configwidgets coreaddons ecm \
|
|
i18n itemviews widgetsaddons
|
|
USE_QT5= buildtools_build concurrent core dbus gui qmake_build \
|
|
script svg widgets xml
|
|
|
|
.include <bsd.port.mk>
|