mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +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
22 lines
451 B
Makefile
22 lines
451 B
Makefile
#$FreeBSD$
|
|
|
|
PORTNAME= libmediawiki
|
|
DISTVERSION= 5.37.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= net kde
|
|
MASTER_SITES= KDE/stable/${PORTNAME}
|
|
DIST_SUBDIR= KDE/digikam
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE library for accessing MediaWiki sites
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
|
|
|
USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz
|
|
USE_KDE= coreaddons ecm
|
|
USE_QT= core network testlib \
|
|
buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|