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
15 lines
382 B
Makefile
15 lines
382 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kcompletion
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= x11-toolkits kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 text completion helpers and widgets
|
|
|
|
USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
|
|
USE_KDE= config ecm widgetsaddons
|
|
USE_QT= buildtools_build core gui linguisttools qmake_build \
|
|
widgets xml
|
|
|
|
.include <bsd.port.mk>
|