2016-11-14 17:12:56 +01:00
|
|
|
PORTNAME= oxygen-icons5
|
2017-11-16 06:59:35 +01:00
|
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
2016-11-14 17:12:56 +01:00
|
|
|
CATEGORIES= x11-themes kde kde-frameworks
|
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
COMMENT= The Oxygen icon theme for KDE
|
|
|
|
|
2018-12-25 21:25:39 +01:00
|
|
|
USES= cmake kde:5 qt:5 tar:xz
|
2017-04-03 15:16:20 +02:00
|
|
|
USE_KDE= ecm_build # We only install icons.
|
2017-04-03 14:28:59 +02:00
|
|
|
|
|
|
|
# The qmake dependency is only needed so that kf5-e-c-m can query qmake for
|
|
|
|
# some installation directories.
|
|
|
|
# We explicitly prevent it from looking for qt5-core and specify qmake's path
|
|
|
|
# to avoid needlessly depending on qt5-core; we're just installing a ton of
|
|
|
|
# icon files and do not even use the paths queried from qmake.
|
2018-06-28 19:39:53 +02:00
|
|
|
USE_QT= qmake_build
|
2017-04-03 14:28:59 +02:00
|
|
|
CMAKE_ARGS= -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Core=TRUE \
|
|
|
|
-DQMAKE_EXECUTABLE:PATH=${QMAKE}
|
2016-11-14 17:12:56 +01:00
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|