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
23 lines
610 B
Makefile
23 lines
610 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kreport
|
|
DISTVERSION= 3.1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc kde
|
|
MASTER_SITES= KDE/stable/${PORTNAME}/src
|
|
DIST_SUBDIR= KDE/${PORTNAME}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Framework for creation of reports in multiple formats
|
|
|
|
LIB_DEPENDS= libKPropertyCore3.so:x11-toolkits/kproperty
|
|
|
|
USES= cmake compiler:c++11-lang gettext kde:5 \
|
|
python:2.7 qt:5 tar:xz
|
|
USE_KDE= config coreaddons ecm marble widgetsaddons
|
|
USE_QT= core declarative gui network webkit widgets xml \
|
|
buildtools_build printsupport qmake_build
|
|
|
|
CONFLICTS_INSTALL= calligra-2*
|
|
|
|
.include <bsd.port.mk>
|