mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
707c6bf295
Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine
16 lines
407 B
Makefile
16 lines
407 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kded
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= x11 kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 extensible deamon for providing system level services
|
|
|
|
USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
|
|
USE_KDE= config coreaddons crash dbusaddons doctools ecm \
|
|
init service
|
|
USE_QT= buildtools_build core dbus gui qmake_build widgets
|
|
|
|
.include <bsd.port.mk>
|