86a1cc0a58
* While here, set the MASTER_SITES for the portingAids separately. * Stop to couple kirigamis' distfiles with kf5 until it's actually a part of it. PR: 217709 Exp-Run by: antoine Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9959
19 lines
388 B
Makefile
19 lines
388 B
Makefile
# Created by: tcberner
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= oxygen-icons5
|
|
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= x11-themes kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= The Oxygen icon theme for KDE
|
|
|
|
USES= cmake:outsource kde:5 tar:xz
|
|
USE_KDE= ecm
|
|
USE_QT5= buildtools_build core qmake_build testlib
|
|
|
|
NO_ARCH= yes
|
|
|
|
CONFLICTS_INSTALL= kde4-oxygen-icons-*
|
|
|
|
.include <bsd.port.mk>
|