freebsd-ports/archivers/kf5-karchive/Makefile
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
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
2018-12-25 20:25:39 +00:00

18 lines
467 B
Makefile

# $FreeBSD$
PORTNAME= karchive
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= archivers kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 library that provides classes for handling archive formats
# Sources say LGPL20, KDE policy says LGPL21+, license file is LGPL21
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= ecm
USE_QT= buildtools_build core qmake_build
.include <bsd.port.mk>