2018-04-28 09:39:40 +02:00
|
|
|
#$FreeBSD$
|
2012-06-09 15:37:00 +02:00
|
|
|
|
|
|
|
PORTNAME= libmediawiki
|
2018-04-28 09:39:40 +02:00
|
|
|
DISTVERSION= 5.37.0
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 3
|
2012-06-09 15:37:00 +02:00
|
|
|
CATEGORIES= net kde
|
2018-04-28 09:39:40 +02:00
|
|
|
MASTER_SITES= KDE/stable/${PORTNAME}
|
|
|
|
DIST_SUBDIR= KDE/digikam
|
2012-06-09 15:37:00 +02:00
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
2018-04-28 09:39:40 +02:00
|
|
|
COMMENT= KDE library for accessing MediaWiki sites
|
2012-06-09 15:37:00 +02:00
|
|
|
|
2018-04-28 09:39:40 +02:00
|
|
|
LICENSE= LGPL21+
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
2016-10-09 10:51:26 +02:00
|
|
|
|
2018-12-25 21:25:39 +01:00
|
|
|
USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz
|
2018-04-28 09:39:40 +02:00
|
|
|
USE_KDE= coreaddons ecm
|
2018-06-28 19:39:53 +02:00
|
|
|
USE_QT= core network testlib \
|
2018-04-28 09:39:40 +02:00
|
|
|
buildtools_build qmake_build
|
2012-06-09 15:37:00 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|