a9f015d155
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. 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, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
34 lines
827 B
Makefile
34 lines
827 B
Makefile
# Created by: wcarey
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ledger
|
|
PORTVERSION= 3.1.1
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 14
|
|
CATEGORIES= finance
|
|
|
|
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
|
PATCHFILES= c18a55f9ef99.patch:-p1
|
|
|
|
MAINTAINER= woodycarey@hotmail.com
|
|
COMMENT= John Wiegley's command line accounting program
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/utf8.h:devel/utf8cpp
|
|
LIB_DEPENDS= libgmp.so:math/gmp \
|
|
libmpfr.so:math/mpfr \
|
|
libboost_system.so:devel/boost-libs
|
|
|
|
BROKEN_powerpc64= fails to link: ibledger.so.3: undefined reference to boost::match_results
|
|
|
|
USE_GITHUB= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
USES= cmake compiler:c++11-lib libedit
|
|
|
|
CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man \
|
|
-DCMAKE_INCLUDE_PATH=${LOCALBASE}/include
|
|
|
|
.include <bsd.port.mk>
|