1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/finance/alkimia/Makefile
Gerald Pfeifer ea8c8ec7da 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 20:46:53 +00:00

45 lines
1.1 KiB
Makefile

# $FreeBSD$
PORTNAME= alkimia
PORTVERSION= 7.0.2
PORTREVISION= 4
CATEGORIES= finance kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}
MAINTAINER= jhale@FreeBSD.org
COMMENT= KDE financial data handling library
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
# Depending on ecm via USE_KDE causes unwanted CMAKE_ARGS to be set
BUILD_DEPENDS= ${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake:devel/kf5-extra-cmake-modules
USES= cmake compiler:c++11-lang pathfix qt:5 tar:xz
USE_LDCONFIG= yes
USE_QT= core dbus \
buildtools_build qmake_build
CMAKE_ON= KDE_INSTALL_USE_QT_SYS_PATHS
PLIST_SUB= VER=${PORTVERSION:R}
OPTIONS_SINGLE= MPLIB
OPTIONS_SINGLE_MPLIB= GMP MPIR
OPTIONS_DEFINE= TEST
OPTIONS_DEFAULT= MPIR
OPTIONS_SUB= yes
MPLIB_DESC= Multi-precision library (MPIR preferred)
GMP_LIB_DEPENDS= libgmp.so:math/gmp
GMP_CMAKE_BOOL= CMAKE_DISABLE_FIND_PACKAGE_MPIR
MPIR_DESC= MPIR (multiple precision arithmetic) support
MPIR_LIB_DEPENDS= libmpir.so:math/mpir
TEST_USE= QT=testlib
TEST_CMAKE_BOOL= BUILD_TESTING
TEST_TEST_TARGET= test
.include <bsd.port.mk>